Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp31 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
DDisassembler.cpp75 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp78 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
/external/llvm/include/llvm/Support/
DTargetRegistry.h72 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
502 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function
505 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp232 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp228 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6449 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()
6497 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()