Home
last modified time | relevance | path

Searched defs:LocateExecutable (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp179 FileSpec PlatformOpenBSD::LocateExecutable(const char *basename) { in LocateExecutable() function in PlatformOpenBSD
/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/Platform/MacOSX/
H A DPlatformDarwin.cpp1154 lldb_private::FileSpec PlatformDarwin::LocateExecutable(const char *basename) { in LocateExecutable() function in PlatformDarwin