Searched refs:JDToOpen (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp771 JITDylib *JDToOpen = nullptr; local
787 JDToOpen = JD;
791 if (JDToOpen) {
792 if (auto Err = initialize(*JDToOpen)) {

Completed in 45 milliseconds