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

/external/llvm/lib/MC/
H A DMCRelocationInfo.cpp37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) { function in class:llvm
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h60 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);
235 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
462 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
467 createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { function in class:llvm::Target
470 : llvm::createMCRelocationInfo;
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp78 TheTarget->createMCRelocationInfo(Triple, *Ctx));
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp312 return llvm::createMCRelocationInfo(TT, Ctx);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp393 return llvm::createMCRelocationInfo(TT, Ctx);
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp458 llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_context_ap.get()));
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp332 TheTarget->createMCRelocationInfo(TripleName, Ctx));

Completed in 884 milliseconds