Home
last modified time | relevance | path

Searched refs:MCRelocationInfo (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp16 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) in MCRelocationInfo() function in MCRelocationInfo
20 MCRelocationInfo::~MCRelocationInfo() { in ~MCRelocationInfo()
24 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
31 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo()
33 return new MCRelocationInfo(Ctx); in createMCRelocationInfo()
DCMakeLists.txt5 MCRelocationInfo.cpp
DMCExternalSymbolizer.cpp194 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createMCSymbolizer()
DDisassembler.cpp74 std::unique_ptr<MCRelocationInfo> RelInfo( in LLVMCreateDisasmCPUFeatures()
/external/llvm/include/llvm/MC/MCDisassembler/
DMCRelocationInfo.h30 class MCRelocationInfo {
31 MCRelocationInfo(const MCRelocationInfo &) = delete;
32 void operator=(const MCRelocationInfo &) = delete;
38 MCRelocationInfo(MCContext &Ctx);
39 virtual ~MCRelocationInfo();
DMCSymbolizer.h46 std::unique_ptr<MCRelocationInfo> RelInfo;
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
DMCExternalSymbolizer.h42 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp21 class ARMMachORelocationInfo : public MCRelocationInfo {
23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
33 return MCRelocationInfo::createExprForCAPIVariantKind(SubExpr, in createExprForCAPIVariantKind()
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
DARMMCTargetDesc.h31 class MCRelocationInfo; variable
106 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
DARMMCTargetDesc.cpp227 static MCRelocationInfo *createARMMCRelocationInfo(const Triple &TT, in createARMMCRelocationInfo()
/external/llvm/include/llvm/Support/
DTargetRegistry.h46 class MCRelocationInfo; variable
72 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
77 std::unique_ptr<MCRelocationInfo> &&RelInfo);
151 typedef MCRelocationInfo *(*MCRelocationInfoCtorTy)(const Triple &TT,
156 std::unique_ptr<MCRelocationInfo> &&RelInfo);
502 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo()
525 std::unique_ptr<MCRelocationInfo> &&RelInfo) const { in createMCSymbolizer()
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.h24 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
DAArch64Disassembler.cpp234 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAArch64ExternalSymbolizer()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.h27 class MCRelocationInfo; variable
DLanaiMCTargetDesc.cpp76 MCRelocationInfo *createLanaiElfRelocation(const Triple &TheTriple, in createLanaiElfRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.h29 class MCRelocationInfo; variable
DX86MCTargetDesc.cpp225 static MCRelocationInfo *createX86MCRelocationInfo(const Triple &TheTriple, in createX86MCRelocationInfo()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6448 std::unique_ptr<MCRelocationInfo> RelInfo( in DisassembleMachO()
6486 std::unique_ptr<MCRelocationInfo> ThumbRelInfo; in DisassembleMachO()