Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h536 const char *DLPath = !Path.empty() ? Path.c_str() : nullptr; in loadDylib() local
537 auto DL = sys::DynamicLibrary::getPermanentLibrary(DLPath, &ErrMsg); in loadDylib()