Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1550 Error removeJITDylibs(std::vector<JITDylibSP> JDsToRemove);
1554 return removeJITDylibs(std::vector<JITDylibSP>({&JD})); in removeJITDylib()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1631 auto Err = removeJITDylibs(std::move(JDsToRemove)); in endSession()
1681 Error ExecutionSession::removeJITDylibs(std::vector<JITDylibSP> JDsToRemove) { in removeJITDylibs() function in llvm::orc::ExecutionSession