Searched refs:createMCRelocationInfo (Results 1 – 6 of 6) sorted by relevance
27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
88 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
109 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);563 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function566 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
243 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
381 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()