Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A 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()
H A DCMakeLists.txt5 MCRelocationInfo.cpp
H A DMCExternalSymbolizer.cpp189 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createMCSymbolizer()
H A DDisassembler.cpp87 std::unique_ptr<MCRelocationInfo> RelInfo( in LLVMCreateDisasmCPUFeatures()
/llvm-project-15.0.7/llvm/include/llvm/MC/MCDisassembler/
H A DMCRelocationInfo.h24 class MCRelocationInfo {
29 MCRelocationInfo(MCContext &Ctx);
30 MCRelocationInfo(const MCRelocationInfo &) = delete;
31 MCRelocationInfo &operator=(const MCRelocationInfo &) = delete;
32 virtual ~MCRelocationInfo();
H A DMCSymbolizer.h42 std::unique_ptr<MCRelocationInfo> RelInfo;
46 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
H A DMCExternalSymbolizer.h41 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A 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()
H A DARMMCTargetDesc.h34 class MCRelocationInfo; variable
113 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
H A DARMMCTargetDesc.cpp390 static MCRelocationInfo *createARMMCRelocationInfo(const Triple &TT, in createARMMCRelocationInfo()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/MCDisassembler/
H A DBUILD.gn11 "MCRelocationInfo.cpp",
/llvm-project-15.0.7/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.h23 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
H A DAArch64Disassembler.cpp365 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAArch64ExternalSymbolizer()
/llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCTargetDesc.h28 class MCRelocationInfo; variable
H A DM68kMCTargetDesc.cpp96 static MCRelocationInfo *createM68kMCRelocationInfo(const Triple &TheTriple, in createM68kMCRelocationInfo()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DTargetRegistry.h50 class MCRelocationInfo; variable
123 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
128 std::unique_ptr<MCRelocationInfo> &&RelInfo);
232 using MCRelocationInfoCtorTy = MCRelocationInfo *(*)(const Triple &TT,
237 std::unique_ptr<MCRelocationInfo> &&RelInfo);
660 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo()
683 std::unique_ptr<MCRelocationInfo> &&RelInfo) const { in createMCSymbolizer()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp85 static MCRelocationInfo *createLanaiElfRelocation(const Triple &TheTriple, in createLanaiElfRelocation()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h274 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, in AMDGPUSymbolizer()
H A DAMDGPUDisassembler.cpp2165 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAMDGPUSymbolizer()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp479 static MCRelocationInfo *createX86MCRelocationInfo(const Triple &TheTriple, in createX86MCRelocationInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1268 std::unique_ptr<llvm::MCRelocationInfo> rel_info_up( in Create()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1157 std::unique_ptr<MCRelocationInfo> RelInfo( in addSymbolizer()
H A DMachODump.cpp7260 std::unique_ptr<MCRelocationInfo> RelInfo( in DisassembleMachO()
7293 std::unique_ptr<MCRelocationInfo> ThumbRelInfo; in DisassembleMachO()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5387 llvm/include/llvm/MC/MCDisassembler/MCRelocationInfo.h
6113 llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp