Home
last modified time | relevance | path

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

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