Searched refs:createMCRelocationInfo (Results 1 – 7 of 7) sorted by relevance
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) { in createMCRelocationInfo() function in llvm
60 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);467 createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function470 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
78 TheTarget->createMCRelocationInfo(Triple, *Ctx)); in LLVMCreateDisasmCPU()
393 return llvm::createMCRelocationInfo(TT, Ctx); in createX86MCRelocationInfo()
312 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
458 …llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_con… in LLVMCDisassembler()
332 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleObject()