Mercurial > hg > CbC > CbC_llvm
comparison include/llvm/MC/MCValue.h @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 54457678186b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
53 | 53 |
54 /// isAbsolute - Is this an absolute (as opposed to relocatable) value. | 54 /// isAbsolute - Is this an absolute (as opposed to relocatable) value. |
55 bool isAbsolute() const { return !SymA && !SymB; } | 55 bool isAbsolute() const { return !SymA && !SymB; } |
56 | 56 |
57 /// print - Print the value to the stream \p OS. | 57 /// print - Print the value to the stream \p OS. |
58 void print(raw_ostream &OS, const MCAsmInfo *MAI) const; | 58 void print(raw_ostream &OS) const; |
59 | 59 |
60 /// dump - Print the value to stderr. | 60 /// dump - Print the value to stderr. |
61 void dump() const; | 61 void dump() const; |
62 | 62 |
63 MCSymbolRefExpr::VariantKind getAccessVariant() const; | 63 MCSymbolRefExpr::VariantKind getAccessVariant() const; |