HomeSort by relevance Sort by last modified time
    Searched refs:createMCRelocationInfo (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/MC/
MCRelocationInfo.cpp 37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
  /external/llvm/include/llvm/Support/
TargetRegistry.h 60 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 {
470 : llvm::createMCRelocationInfo;
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 78 TheTarget->createMCRelocationInfo(Triple, *Ctx));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 312 return llvm::createMCRelocationInfo(TT, Ctx);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 393 return llvm::createMCRelocationInfo(TT, Ctx);
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 458 llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_context_ap.get()));
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 332 TheTarget->createMCRelocationInfo(TripleName, Ctx));

Completed in 148 milliseconds