Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp16 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo() function in MCRelocationInfo
18 MCRelocationInfo::~MCRelocationInfo() = default;
21 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind()
28 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo()
30 return new MCRelocationInfo(Ctx); in createMCRelocationInfo()
DCMakeLists.txt5 MCRelocationInfo.cpp
/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCDisassembler/
DMCRelocationInfo.h25 class MCRelocationInfo {
30 MCRelocationInfo(MCContext &Ctx);
31 MCRelocationInfo(const MCRelocationInfo &) = delete;
32 MCRelocationInfo &operator=(const MCRelocationInfo &) = delete;
33 virtual ~MCRelocationInfo();
DMCSymbolizer.h42 std::unique_ptr<MCRelocationInfo> RelInfo;
46 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
DMCExternalSymbolizer.h42 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp20 class ARMMachORelocationInfo : public MCRelocationInfo {
22 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
32 return MCRelocationInfo::createExprForCAPIVariantKind(SubExpr, in createExprForCAPIVariantKind()
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
DARMMCTargetDesc.h34 class MCRelocationInfo; variable
102 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
/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);
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h51 class MCRelocationInfo; variable
105 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
110 std::unique_ptr<MCRelocationInfo> &&RelInfo);
187 using MCRelocationInfoCtorTy = MCRelocationInfo *(*)(const Triple &TT,
192 std::unique_ptr<MCRelocationInfo> &&RelInfo);
554 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo()
577 std::unique_ptr<MCRelocationInfo> &&RelInfo) const { in createMCSymbolizer()
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.h24 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.h24 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.h28 class MCRelocationInfo; variable
DLanaiMCTargetDesc.cpp84 static MCRelocationInfo *createLanaiElfRelocation(const Triple &TheTriple, in createLanaiElfRelocation()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.h30 class MCRelocationInfo; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.h139 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, in AMDGPUSymbolizer()

12