Home
last modified time | relevance | path

Searched refs:JDsToRemove (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1620 auto JDsToRemove = runSessionLocked([&] { in endSession() local
1630 std::reverse(JDsToRemove.begin(), JDsToRemove.end()); in endSession()
1632 auto Err = removeJITDylibs(std::move(JDsToRemove)); in endSession()
1682 Error ExecutionSession::removeJITDylibs(std::vector<JITDylibSP> JDsToRemove) { in removeJITDylibs() argument
1685 for (auto &JD : JDsToRemove) { in removeJITDylibs()
1696 for (auto JD : JDsToRemove) { in removeJITDylibs()
1704 for (auto &JD : JDsToRemove) { in removeJITDylibs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1474 LLVM_ABI Error removeJITDylibs(std::vector<JITDylibSP> JDsToRemove);