Home
last modified time | relevance | path

Searched refs:IRFile (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/LTO/
DLTOModule.cpp48 : IRFile(std::move(Obj)), _target(TM) {} in LTOModule()
280 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addDefinedDataSymbol()
342 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl())); in addDefinedFunctionSymbol()
516 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addPotentialUndefinedSymbol()
532 for (auto &Sym : IRFile->symbols()) { in parseSymbols()
533 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in parseSymbols()
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp106 void InitEE(const std::string &IRFile) { in InitEE() argument
116 TheModule = ParseIRFile(IRFile, Err, Context); in InitEE()
/external/llvm/include/llvm/LTO/
DLTOModule.h49 std::unique_ptr<object::IRObjectFile> IRFile; member
102 return IRFile->getModule(); in getModule()