Lines Matching defs:getExecutionSession
138 getExecutionSession().setPlatform(
156 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); }
274 getExecutionSession().runSessionLocked([&]() {
280 getExecutionSession().runSessionLocked(
292 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error {
319 auto &ES = getExecutionSession();
340 auto &ES = getExecutionSession();
406 if (auto Err = getExecutionSession().runSessionLocked([&]() -> Error {
423 return Platform::lookupInitSymbols(getExecutionSession(),
531 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout());
617 auto &ES = J.getExecutionSession();
653 auto &ES = J.getExecutionSession();
660 auto E = J.getExecutionSession().callSPSWrapper<SPSDLCloseSig>(
847 J.getExecutionSession().createBareJITDylib("<Process Symbols>");
849 J.getExecutionSession());
1152 auto &ES = J.getExecutionSession();
1169 J.getExecutionSession().setPlatform(std::move(*P));
1182 J.getExecutionSession().setPlatform(std::move(*P));
1218 auto &PlatformJD = J.getExecutionSession().createBareJITDylib("<Platform>");
1223 auto &ES = J.getExecutionSession();