/external/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 16 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()
|
D | CMakeLists.txt | 5 MCRelocationInfo.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 16 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()
|
D | CMakeLists.txt | 5 MCRelocationInfo.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCDisassembler/ |
D | MCRelocationInfo.h | 25 class MCRelocationInfo { 30 MCRelocationInfo(MCContext &Ctx); 31 MCRelocationInfo(const MCRelocationInfo &) = delete; 32 MCRelocationInfo &operator=(const MCRelocationInfo &) = delete; 33 virtual ~MCRelocationInfo();
|
D | MCSymbolizer.h | 42 std::unique_ptr<MCRelocationInfo> RelInfo; 46 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
|
D | MCExternalSymbolizer.h | 42 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
|
/external/llvm/include/llvm/MC/MCDisassembler/ |
D | MCRelocationInfo.h | 30 class MCRelocationInfo { 31 MCRelocationInfo(const MCRelocationInfo &) = delete; 32 void operator=(const MCRelocationInfo &) = delete; 38 MCRelocationInfo(MCContext &Ctx); 39 virtual ~MCRelocationInfo();
|
D | MCSymbolizer.h | 46 std::unique_ptr<MCRelocationInfo> RelInfo; 50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
|
D | MCExternalSymbolizer.h | 42 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachORelocationInfo.cpp | 20 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()
|
D | ARMMCTargetDesc.h | 34 class MCRelocationInfo; variable 102 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachORelocationInfo.cpp | 21 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()
|
D | ARMMCTargetDesc.h | 31 class MCRelocationInfo; variable 106 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 46 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/ |
D | TargetRegistry.h | 51 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/ |
D | AArch64ExternalSymbolizer.h | 24 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64ExternalSymbolizer.h | 24 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCTargetDesc.h | 27 class MCRelocationInfo; variable
|
D | LanaiMCTargetDesc.cpp | 76 MCRelocationInfo *createLanaiElfRelocation(const Triple &TheTriple, in createLanaiElfRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCTargetDesc.h | 28 class MCRelocationInfo; variable
|
D | LanaiMCTargetDesc.cpp | 84 static MCRelocationInfo *createLanaiElfRelocation(const Triple &TheTriple, in createLanaiElfRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.h | 29 class MCRelocationInfo; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.h | 30 class MCRelocationInfo; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.h | 139 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, in AMDGPUSymbolizer()
|