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

  /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;
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;

Completed in 123 milliseconds