Home
last modified time | relevance | path

Searched refs:createMCRelocationInfo (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
H A DDisassembler.cpp89 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCTargetDesc.cpp98 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createM68kMCRelocationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h110 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 DARMMCTargetDesc.cpp388 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp381 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp985 Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer()
1026 RelInfo.reset(Target->createMCRelocationInfo(TripleName, Ctx)); in addSymbolizer()
H A DMachODump.cpp7238 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()
7287 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()