/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo() function in MCRelocationInfo 17 MCRelocationInfo::~MCRelocationInfo() = default; 20 MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr, in createExprForCAPIVariantKind() 27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() 29 return new MCRelocationInfo(Ctx); in createMCRelocationInfo()
|
D | CMakeLists.txt | 5 MCRelocationInfo.cpp
|
D | MCExternalSymbolizer.cpp | 193 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createMCSymbolizer()
|
D | Disassembler.cpp | 87 std::unique_ptr<MCRelocationInfo> RelInfo( in LLVMCreateDisasmCPUFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCDisassembler/ |
D | MCRelocationInfo.h | 24 class MCRelocationInfo { 29 MCRelocationInfo(MCContext &Ctx); 30 MCRelocationInfo(const MCRelocationInfo &) = delete; 31 MCRelocationInfo &operator=(const MCRelocationInfo &) = delete; 32 virtual ~MCRelocationInfo();
|
D | MCSymbolizer.h | 41 std::unique_ptr<MCRelocationInfo> RelInfo; 45 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
|
D | MCExternalSymbolizer.h | 41 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachORelocationInfo.cpp | 19 class ARMMachORelocationInfo : public MCRelocationInfo { 21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo() 31 return MCRelocationInfo::createExprForCAPIVariantKind(SubExpr, in createExprForCAPIVariantKind() 40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
|
D | ARMMCTargetDesc.h | 34 class MCRelocationInfo; variable 97 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
|
D | ARMMCTargetDesc.cpp | 238 static MCRelocationInfo *createARMMCRelocationInfo(const Triple &TT, in createARMMCRelocationInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 50 class MCRelocationInfo; variable 109 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 114 std::unique_ptr<MCRelocationInfo> &&RelInfo); 192 using MCRelocationInfoCtorTy = MCRelocationInfo *(*)(const Triple &TT, 197 std::unique_ptr<MCRelocationInfo> &&RelInfo); 563 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() 586 std::unique_ptr<MCRelocationInfo> &&RelInfo) const { in createMCSymbolizer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64ExternalSymbolizer.h | 23 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
|
D | AArch64Disassembler.cpp | 275 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAArch64ExternalSymbolizer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCTargetDesc.h | 27 class MCRelocationInfo; variable
|
D | LanaiMCTargetDesc.cpp | 84 static MCRelocationInfo *createLanaiElfRelocation(const Triple &TheTriple, in createLanaiElfRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.h | 30 class MCRelocationInfo; variable
|
D | X86MCTargetDesc.cpp | 378 static MCRelocationInfo *createX86MCRelocationInfo(const Triple &TheTriple, in createX86MCRelocationInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.h | 155 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, in AMDGPUSymbolizer()
|
D | AMDGPUDisassembler.cpp | 1245 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAMDGPUSymbolizer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 475 "llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp",
|
D | BUILD.gn | 589 "llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp",
|
D | CMakeLists.txt | 477 ${LLVM_DIR}/lib/MC/MCDisassembler/MCRelocationInfo.cpp
|