Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h50 std::unique_ptr<object::IRObjectFile> IRFile; member
115 return IRFile->getModule(); in getModule()
118 std::unique_ptr<Module> takeModule() { return IRFile->takeModule(); } in takeModule()
/external/llvm/lib/LTO/
DLTOModule.cpp54 : IRFile(std::move(Obj)), _target(TM) {} in LTOModule()
80 return hasGlobalValueSummary(IRFile->getMemoryBufferRef(), in isThinLTO()
355 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addDefinedDataSymbol()
417 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl())); in addDefinedFunctionSymbol()
566 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addPotentialUndefinedSymbol()
578 for (auto &Sym : IRFile->symbols()) { in parseSymbols()
579 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in parseSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp105 void InitEE(const std::string &IRFile) { in InitEE() argument
113 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE()
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp107 void InitEE(const std::string &IRFile) { in InitEE() argument
115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dbugpoint_gisel_reducer.py112 ir_file = check_path(args.IRFile)