Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp15 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()
DCMakeLists.txt5 MCRelocationInfo.cpp
DMCExternalSymbolizer.cpp193 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createMCSymbolizer()
DDisassembler.cpp87 std::unique_ptr<MCRelocationInfo> RelInfo( in LLVMCreateDisasmCPUFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCDisassembler/
DMCRelocationInfo.h24 class MCRelocationInfo {
29 MCRelocationInfo(MCContext &Ctx);
30 MCRelocationInfo(const MCRelocationInfo &) = delete;
31 MCRelocationInfo &operator=(const MCRelocationInfo &) = delete;
32 virtual ~MCRelocationInfo();
DMCSymbolizer.h41 std::unique_ptr<MCRelocationInfo> RelInfo;
45 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
DMCExternalSymbolizer.h41 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp19 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()
DARMMCTargetDesc.h34 class MCRelocationInfo; variable
97 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
DARMMCTargetDesc.cpp238 static MCRelocationInfo *createARMMCRelocationInfo(const Triple &TT, in createARMMCRelocationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h50 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/
DAArch64ExternalSymbolizer.h23 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
DAArch64Disassembler.cpp275 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAArch64ExternalSymbolizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.h27 class MCRelocationInfo; variable
DLanaiMCTargetDesc.cpp84 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/
DX86MCTargetDesc.h30 class MCRelocationInfo; variable
DX86MCTargetDesc.cpp378 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/
DAMDGPUDisassembler.h155 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, in AMDGPUSymbolizer()
DAMDGPUDisassembler.cpp1245 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAMDGPUSymbolizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp475 "llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp",
DBUILD.gn589 "llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp",
DCMakeLists.txt477 ${LLVM_DIR}/lib/MC/MCDisassembler/MCRelocationInfo.cpp