Lines Matching refs:getExecutionSession

137     getExecutionSession().setPlatform(  in GenericLLVMIRPlatformSupport()
155 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anonc48a5abb0111::GenericLLVMIRPlatformSupport
270 getExecutionSession().runSessionLocked([&]() { in registerInitFunc()
276 getExecutionSession().runSessionLocked( in registerDeInitFunc()
288 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error { in getInitializers()
315 auto &ES = getExecutionSession(); in getInitializers()
336 auto &ES = getExecutionSession(); in getDeinitializers()
402 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error { in issueInitLookups()
419 return Platform::lookupInitSymbols(getExecutionSession(), in issueInitLookups()
526 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); in operator ()()
611 auto &ES = J.getExecutionSession(); in initialize()
628 auto &ES = J.getExecutionSession(); in deinitialize()
635 auto E = J.getExecutionSession().callSPSWrapper<SPSDLCloseSig>( in deinitialize()
828 J.getExecutionSession().createBareJITDylib("<Process Symbols>"); in prepareForConstruction()
830 J.getExecutionSession()); in prepareForConstruction()
1136 auto &ES = J.getExecutionSession(); in operator ()()
1153 J.getExecutionSession().setPlatform(std::move(*P)); in operator ()()
1166 J.getExecutionSession().setPlatform(std::move(*P)); in operator ()()
1202 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>"); in setUpGenericLLVMIRPlatform()