Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCRelocationInfo.cpp37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) { in createMCRelocationInfo() function in llvm
/external/llvm/include/llvm/Support/
DTargetRegistry.h60 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);
467 createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function
470 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp78 TheTarget->createMCRelocationInfo(Triple, *Ctx)); in LLVMCreateDisasmCPU()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp393 return llvm::createMCRelocationInfo(TT, Ctx); in createX86MCRelocationInfo()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp312 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp458 …llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_con… in LLVMCDisassembler()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp332 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleObject()