|
LLVM
8.0.1
|

Go to the source code of this file.
Classes | |
| class | llvm::MCExpr |
| Base class for the full range of assembler expressions which are needed for parsing. More... | |
| class | llvm::MCConstantExpr |
| class | llvm::MCSymbolRefExpr |
| Represent a reference to a symbol from inside an expression. More... | |
| class | llvm::MCUnaryExpr |
| Unary assembler expressions. More... | |
| class | llvm::MCBinaryExpr |
| Binary assembler expressions. More... | |
| class | llvm::MCTargetExpr |
| This is an extension point for target-specific MCExpr subclasses to implement. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Typedefs | |
| using | llvm::SectionAddrMap = DenseMap< const MCSection *, uint64_t > |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const MCExpr &E) |
1.8.13