Lines Matching defs:getExecutionSession
137 getExecutionSession().setPlatform(
155 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); }
270 getExecutionSession().runSessionLocked([&]() {
276 getExecutionSession().runSessionLocked(
288 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error {
315 auto &ES = getExecutionSession();
336 auto &ES = getExecutionSession();
402 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error {
419 return Platform::lookupInitSymbols(getExecutionSession(),
526 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout());
611 auto &ES = J.getExecutionSession();
628 auto &ES = J.getExecutionSession();
635 auto E = J.getExecutionSession().callSPSWrapper<SPSDLCloseSig>(
828 J.getExecutionSession().createBareJITDylib("<Process Symbols>");
830 J.getExecutionSession());
1136 auto &ES = J.getExecutionSession();
1153 J.getExecutionSession().setPlatform(std::move(*P));
1166 J.getExecutionSession().setPlatform(std::move(*P));
1202 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>");