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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp320 auto DIFItr = DeInitFunctions.find(NextJD);
321 if (DIFItr != DeInitFunctions.end()) {
323 DeInitFunctions.erase(DIFItr);
463 DenseMap<JITDylib *, SymbolLookupSet> DeInitFunctions; member in class:__anon3663::GenericLLVMIRPlatformSupport

Completed in 105 milliseconds