Searched refs:createMCRelocationInfo (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCRelocationInfo.cpp | 27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
|
H A D | Disassembler.cpp | 87 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
|
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCTargetDesc.cpp | 99 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createM68kMCRelocationInfo()
|
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCTargetDesc.cpp | 86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | TargetRegistry.h | 119 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 324 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo) 573 /// createMCRelocationInfo - Create a target specific MCRelocationInfo. in createMCObjectStreamer() 577 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCObjectStreamer() 580 : llvm::createMCRelocationInfo; in createMCObjectStreamer() 678 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { createMCRelocationInfo() function
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 392 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 496 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
|
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1286 curr_target->createMCRelocationInfo(triple, *context_up)); in Create()
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1545 Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer() 1587 RelInfo.reset(Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer()
|
H A D | MachODump.cpp | 7310 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO() 7363 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
|