HomeSort by: relevance | last modified time | path
    Searched refs:Dylibs (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
LLJITWithRemoteDebugging.cpp 110 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"),
230 for (const std::string &Path : Dylibs)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h 547 tpctypes::DylibHandle H = Dylibs.size();
548 Dylibs[H] = std::move(DL);
557 auto I = Dylibs.find(E.first);
558 if (I == Dylibs.end())
613 DenseMap<tpctypes::DylibHandle, sys::DynamicLibrary> Dylibs;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 79 Dylibs("dylib",
349 for (const std::string &Dylib : Dylibs) {
363 // Load any dylibs requested on the command line.
497 // Load any dylibs requested on the command line.
774 // Load any dylibs requested on the command line.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 86 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"),
1104 for (const auto &Dylib : Dylibs) {
  /src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp 141 Dylibs("dlopen", cl::desc("Dynamic libraries to load before linking"),
808 for (const auto &Dylib : Dylibs) {

Completed in 73 milliseconds