Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h57 lldb_private::FileSpec LocateExecutable(const char *basename) override;
H A DPlatformOpenBSD.cpp179 FileSpec PlatformOpenBSD::LocateExecutable(const char *basename) { in LocateExecutable() function in PlatformOpenBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h108 FileSpec LocateExecutable(const char *basename) override;
H A DPlatformDarwin.cpp1154 lldb_private::FileSpec PlatformDarwin::LocateExecutable(const char *basename) { in LocateExecutable() function in PlatformDarwin
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h725 virtual FileSpec LocateExecutable(const char *basename) { return FileSpec(); } in LocateExecutable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp929 platform->LocateExecutable(DEBUGSERVER_BASENAME); in StartDebugserverProcess()