Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h206 std::set<std::string> DylibsToPreload; variable
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCOFFPlatform.cpp395 DylibsToPreload.insert(Lib); in COFFPlatform()
406 DylibsToPreload.insert(Lib); in COFFPlatform()
417 for (auto& Lib : DylibsToPreload) in COFFPlatform()