Home
last modified time | relevance | path

Searched refs:Dylibs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp21 assert(Dylibs.empty() && "shutdown not called?"); in ~SimpleExecutorDylibManager()
39 Dylibs.insert(DL.getOSSpecificHandle()); in open()
86 std::swap(DS, Dylibs); in shutdown()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.h57 DylibSet Dylibs;
56 DylibSet Dylibs; global() variable
H A DSimpleRemoteEPCServer.h190 std::vector<sys::DynamicLibrary> Dylibs; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp81 static cl::list<std::string> Dylibs("dylib", cl::desc("Add library."), variable
398 for (const std::string &Dylib : Dylibs) { in loadDylibs()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp151 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking")); variable
866 for (const auto &Dylib : Dylibs) { in loadDylibs()