|
LLVM
8.0.1
|
Create MCExprs from relocations found in an object file. More...
#include "llvm/MC/MCDisassembler/MCRelocationInfo.h"

Public Member Functions | |
| MCRelocationInfo (MCContext &Ctx) | |
| MCRelocationInfo (const MCRelocationInfo &)=delete | |
| MCRelocationInfo & | operator= (const MCRelocationInfo &)=delete |
| virtual | ~MCRelocationInfo () |
| virtual const MCExpr * | createExprForCAPIVariantKind (const MCExpr *SubExpr, unsigned VariantKind) |
Create an MCExpr for the target-specific VariantKind. More... | |
Protected Attributes | |
| MCContext & | Ctx |
Create MCExprs from relocations found in an object file.
Definition at line 25 of file MCRelocationInfo.h.
| MCRelocationInfo::MCRelocationInfo | ( | MCContext & | Ctx | ) |
Definition at line 16 of file MCRelocationInfo.cpp.
References ~MCRelocationInfo().
Referenced by llvm::createMCRelocationInfo().
|
delete |
|
virtualdefault |
Referenced by MCRelocationInfo().
|
virtual |
Create an MCExpr for the target-specific VariantKind.
The VariantKinds are defined in llvm-c/Disassembler.h. Used by MCExternalSymbolizer.
Definition at line 21 of file MCRelocationInfo.cpp.
References LLVMDisassembler_VariantKind_None.
|
delete |
|
protected |
Definition at line 27 of file MCRelocationInfo.h.
1.8.13