Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h214 std::set<std::string> DylibsToPreload; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp413 DylibsToPreload.insert(Lib); in COFFPlatform()
424 DylibsToPreload.insert(Lib); in COFFPlatform()
435 for (auto& Lib : DylibsToPreload) in COFFPlatform()