| /openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
| H A 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()
|
| H A D | CMakeLists.txt | 5 MCRelocationInfo.cpp
|
| H A D | MCExternalSymbolizer.cpp | 189 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createMCSymbolizer()
|
| H A D | Disassembler.cpp | 87 std::unique_ptr<MCRelocationInfo> RelInfo( in LLVMCreateDisasmCPUFeatures()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/ |
| H A D | MCRelocationInfo.h | 24 class MCRelocationInfo { 29 MCRelocationInfo(MCContext &Ctx); 30 MCRelocationInfo(const MCRelocationInfo &) = delete; 31 MCRelocationInfo &operator=(const MCRelocationInfo &) = delete; 32 virtual ~MCRelocationInfo();
|
| H A D | MCSymbolizer.h | 42 std::unique_ptr<MCRelocationInfo> RelInfo; 46 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
|
| H A D | MCExternalSymbolizer.h | 41 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A 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()
|
| H A D | ARMMCTargetDesc.h | 34 class MCRelocationInfo; variable 113 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
|
| H A D | ARMMCTargetDesc.cpp | 390 static MCRelocationInfo *createARMMCRelocationInfo(const Triple &TT, in createARMMCRelocationInfo()
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMMCDisassembler/ |
| H A D | Makefile | 9 MCRelocationInfo.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/MCDisassembler/ |
| H A D | BUILD.gn | 12 "MCRelocationInfo.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64ExternalSymbolizer.h | 23 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
|
| H A D | AArch64Disassembler.cpp | 388 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAArch64ExternalSymbolizer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kMCTargetDesc.h | 28 class MCRelocationInfo; variable
|
| H A D | M68kMCTargetDesc.cpp | 96 static MCRelocationInfo *createM68kMCRelocationInfo(const Triple &TheTriple, in createM68kMCRelocationInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 50 class MCRelocationInfo; variable 124 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 129 std::unique_ptr<MCRelocationInfo> &&RelInfo); 236 using MCRelocationInfoCtorTy = MCRelocationInfo *(*)(const Triple &TT, 241 std::unique_ptr<MCRelocationInfo> &&RelInfo); 670 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() 693 std::unique_ptr<MCRelocationInfo> &&RelInfo) const { in createMCSymbolizer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiMCTargetDesc.cpp | 85 static MCRelocationInfo *createLanaiElfRelocation(const Triple &TheTriple, in createLanaiElfRelocation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.h | 293 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, in AMDGPUSymbolizer()
|
| H A D | AMDGPUDisassembler.cpp | 2287 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAMDGPUSymbolizer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 480 static MCRelocationInfo *createX86MCRelocationInfo(const Triple &TheTriple, in createX86MCRelocationInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1269 std::unique_ptr<llvm::MCRelocationInfo> rel_info_up( in Create()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1187 std::unique_ptr<MCRelocationInfo> RelInfo( in addSymbolizer()
|
| H A D | MachODump.cpp | 7596 std::unique_ptr<MCRelocationInfo> RelInfo( in DisassembleMachO() 7629 std::unique_ptr<MCRelocationInfo> ThumbRelInfo; in DisassembleMachO()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 2111 ./usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h
|