|
LLVM
4.0.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/Support/Casting.h"#include "llvm/Support/DataTypes.h"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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef DenseMap< const MCSection *, uint64_t > | llvm::SectionAddrMap |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const MCExpr &E) |
1.8.6