Searched refs:createMCRelocationInfo (Results 1 – 7 of 7) sorted by relevance
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) { in createMCRelocationInfo() function in llvm
62 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);457 createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function460 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
81 TheTarget->createMCRelocationInfo(Triple, *Ctx)); in LLVMCreateDisasmCPU()
274 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
395 return llvm::createMCRelocationInfo(TT, Ctx); in createX86MCRelocationInfo()
452 …llvm::OwningPtr<llvm::MCRelocationInfo> RelInfo(curr_target->createMCRelocationInfo(triple, *m_con… in LLVMCDisassembler()
324 TheTarget->createMCRelocationInfo(TripleName, *Ctx.get())); in DisassembleObject()