Lines Matching refs:getExecutionSession
47 getJITDylib().getExecutionSession().destroyResourceTracker(*this); in ~ResourceTracker()
52 return getJITDylib().getExecutionSession().removeResourceTracker(*this); in remove()
56 getJITDylib().getExecutionSession().transferResourceTracker(DstRT, *this); in transferTo()
272 R->getExecutionSession().reportError(std::move(Err)); in materialize()
277 R->getExecutionSession().reportError(std::move(Err)); in materialize()
310 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize()
438 auto &ES = QueryInfo->R->getTargetJITDylib().getExecutionSession(); in materialize()
494 auto Flags = SourceJD.getExecutionSession().lookupFlags( in buildSimpleReexportsAliasMap()
549 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete()
576 auto &ES = SearchOrder.front().first->getExecutionSession(); in complete()
605 auto Flags = JD.getExecutionSession().lookupFlags( in tryToGenerate()
635 auto &ES = IPLS->SearchOrder.begin()->first->getExecutionSession(); in continueLookup()
989 getExecutionSession().getSymbolStringPool(), in resolve()
1067 getExecutionSession().getSymbolStringPool(), in emit()
2000 auto &ES = JDs.front()->getExecutionSession(); in getDFSLinkOrder()
3000 LLVM_DEBUG(MR.JD.getExecutionSession().runSessionLocked([&]() { in OL_replace()