Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h747 virtual FileSpec LocateExecutable(const char *basename) { return FileSpec(); } LocateExecutable() function
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1174 lldb_private::FileSpec PlatformDarwin::LocateExecutable(const char *basename) { LocateExecutable() function in PlatformDarwin