Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp142 static std::string defaultPath(const char *HostArgv0, StringRef ExecutorName) { in defaultPath() function
145 void *P = (void *)(intptr_t)defaultPath; in defaultPath()
154 std::string BestGuess = defaultPath(HostArgv, "llvm-jitlink-executor"); in FindLocal()
H A DRemoteJITUtils.h96 static std::string defaultPath(const char *HostArgv0, StringRef ExecutorName);