Searched defs:LocateExecutable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Platform.h | 747 virtual FileSpec LocateExecutable(const char *basename) { return FileSpec(); } LocateExecutable() function |
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ | ||
H A D | PlatformDarwin.cpp | 1174 lldb_private::FileSpec PlatformDarwin::LocateExecutable(const char *basename) { LocateExecutable() function in PlatformDarwin |