Searched refs:createMCRelocationInfo (Results 1 – 7 of 7) sorted by relevance
31 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
75 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
78 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
72 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);502 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function505 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
232 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
228 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
6449 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()6497 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()