Searched refs:createMCRelocationInfo (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 89 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCTargetDesc.cpp | 98 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createM68kMCRelocationInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCTargetDesc.cpp | 86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | TargetRegistry.h | 110 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 596 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function 599 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 388 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 381 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 985 Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer() 1026 RelInfo.reset(Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer()
|
H A D | MachODump.cpp | 7238 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO() 7287 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
|