Searched refs:IRFile (Results 1 – 3 of 3) sorted by relevance
48 : 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()
106 void InitEE(const std::string &IRFile) { in InitEE() argument116 TheModule = ParseIRFile(IRFile, Err, Context); in InitEE()
49 std::unique_ptr<object::IRObjectFile> IRFile; member102 return IRFile->getModule(); in getModule()