reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
808 return runSessionLocked([this]() { return ++LastKey; }); 905 runSessionLocked([&]() { 947 ES.runSessionLocked( 955 return ES.runSessionLocked([&]() { return F(SearchOrder); }); 961 return ES.runSessionLocked([&, this]() -> Error { 978 return ES.runSessionLocked([&, this]() -> Error {lib/ExecutionEngine/Orc/Core.cpp
439 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { 545 ES.runSessionLocked([&]() { 737 ES.runSessionLocked([&]() { 748 return ES.runSessionLocked([&]() -> Error { 779 ES.runSessionLocked([&, this]() -> std::unique_ptr<MaterializationUnit> { 828 return ES.runSessionLocked([&]() { 921 ES.runSessionLocked([&, this]() { 1010 ES.runSessionLocked([&, this]() { 1149 ES.runSessionLocked([&]() { 1261 ES.runSessionLocked([&]() { SearchOrder = std::move(NewSearchOrder); }); 1265 ES.runSessionLocked([&]() { 1272 ES.runSessionLocked([&]() { 1284 ES.runSessionLocked([&]() { 1295 return ES.runSessionLocked([&]() -> Error { 1350 return ES.runSessionLocked([&, this]() -> Expected<SymbolFlagsMap> { 1527 auto Err = ES.runSessionLocked([&, this]() -> Error { 1642 ES.runSessionLocked([&, this]() { 1828 return runSessionLocked([this]() -> JITDylib & { return *JDs.front(); }); 1832 return runSessionLocked([&, this]() -> JITDylib * { 1843 return runSessionLocked([&, this]() -> JITDylib & { 1856 runSessionLocked([&]() { 1908 bool DeliverError = runSessionLocked([&]() { 1940 runSessionLocked([&]() { 1957 auto LodgingErr = runSessionLocked([&]() -> Error { 2112 runSessionLocked([this, &OS]() {lib/ExecutionEngine/Orc/Layer.cpp
60 LLVM_DEBUG(JD.getExecutionSession().runSessionLocked([&]() { 96 LLVM_DEBUG(ES.runSessionLocked( 99 LLVM_DEBUG(ES.runSessionLocked([&]() {