Lines Matching refs:ExecutionSession
188 void AsynchronousSymbolQuery::handleComplete(ExecutionSession &ES) { in handleComplete()
1519 JITDylib::JITDylib(ExecutionSession &ES, std::string Name) in JITDylib()
1785 ExecutionSession &ES, in lookupInitSymbols()
1834 unique_function<void(Error)> OnComplete, ExecutionSession &ES, in lookupInitSymbolsAsync()
1883 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession() function in llvm::orc::ExecutionSession
1889 ExecutionSession::~ExecutionSession() { in ~ExecutionSession()
1895 Error ExecutionSession::endSession() { in endSession()
1914 void ExecutionSession::registerResourceManager(ResourceManager &RM) { in registerResourceManager()
1918 void ExecutionSession::deregisterResourceManager(ResourceManager &RM) { in deregisterResourceManager()
1931 JITDylib *ExecutionSession::getJITDylibByName(StringRef Name) { in getJITDylibByName()
1940 JITDylib &ExecutionSession::createBareJITDylib(std::string Name) { in createBareJITDylib()
1948 Expected<JITDylib &> ExecutionSession::createJITDylib(std::string Name) { in createJITDylib()
1956 Error ExecutionSession::removeJITDylib(JITDylib &JD) { in removeJITDylib()
2050 void ExecutionSession::lookupFlags( in lookupFlags()
2061 ExecutionSession::lookupFlags(LookupKind K, JITDylibSearchOrder SearchOrder, in lookupFlags()
2076 void ExecutionSession::lookup( in lookup()
2106 ExecutionSession::lookup(const JITDylibSearchOrder &SearchOrder, in lookup()
2160 ExecutionSession::lookup(const JITDylibSearchOrder &SearchOrder, in lookup()
2174 ExecutionSession::lookup(ArrayRef<JITDylib *> SearchOrder, SymbolStringPtr Name, in lookup()
2180 ExecutionSession::lookup(ArrayRef<JITDylib *> SearchOrder, StringRef Name, in lookup()
2185 Error ExecutionSession::registerJITDispatchHandlers( in registerJITDispatchHandlers()
2216 void ExecutionSession::runJITDispatchHandler( in runJITDispatchHandler()
2237 void ExecutionSession::dump(raw_ostream &OS) { in dump()
2244 void ExecutionSession::dispatchOutstandingMUs() { in dispatchOutstandingMUs()
2270 Error ExecutionSession::removeResourceTracker(ResourceTracker &RT) { in removeResourceTracker()
2299 void ExecutionSession::transferResourceTracker(ResourceTracker &DstRT, in transferResourceTracker()
2323 void ExecutionSession::destroyResourceTracker(ResourceTracker &RT) { in destroyResourceTracker()
2335 Error ExecutionSession::IL_updateCandidatesFor( in IL_updateCandidatesFor()
2383 void ExecutionSession::OL_applyQueryPhase1( in OL_applyQueryPhase1()
2572 void ExecutionSession::OL_completeLookup( in OL_completeLookup()
2811 void ExecutionSession::OL_completeLookupFlags( in OL_completeLookupFlags()
2892 void ExecutionSession::OL_destroyMaterializationResponsibility( in OL_destroyMaterializationResponsibility()
2900 SymbolNameSet ExecutionSession::OL_getRequestedSymbols( in OL_getRequestedSymbols()
2905 Error ExecutionSession::OL_notifyResolved(MaterializationResponsibility &MR, in OL_notifyResolved()
2926 Error ExecutionSession::OL_notifyEmitted(MaterializationResponsibility &MR) { in OL_notifyEmitted()
2939 Error ExecutionSession::OL_defineMaterializing( in OL_defineMaterializing()
2956 void ExecutionSession::OL_notifyFailed(MaterializationResponsibility &MR) { in OL_notifyFailed()
2989 Error ExecutionSession::OL_replace(MaterializationResponsibility &MR, in OL_replace()
3009 ExecutionSession::OL_delegate(MaterializationResponsibility &MR, in OL_delegate()
3032 void ExecutionSession::OL_addDependencies( in OL_addDependencies()
3044 void ExecutionSession::OL_addDependenciesForAll( in OL_addDependenciesForAll()
3056 void ExecutionSession::dumpDispatchInfo(Task &T) { in dumpDispatchInfo()