Home
last modified time | relevance | path

Searched refs:ResolveExecutableLocation (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpec.cpp68 bool SBFileSpec::ResolveExecutableLocation() { in ResolveExecutableLocation() function in SBFileSpec
69 return FileSystem::Instance().ResolveExecutableLocation(*m_opaque_ap); in ResolveExecutableLocation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp39 FileSystem::Instance().ResolveExecutableLocation(exe_spec); in LaunchProcess()
H A DFileSystem.cpp278 bool FileSystem::ResolveExecutableLocation(FileSpec &file_spec) { in ResolveExecutableLocation() function in FileSystem
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFileSpec.h36 bool ResolveExecutableLocation();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h144 bool ResolveExecutableLocation(FileSpec &file_spec);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp147 FileSystem::Instance().ResolveExecutableLocation(m_shell); in SetShell()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp153 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
300 } else if (file.ResolveExecutableLocation()) { in ProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp135 FileSystem::Instance().ResolveExecutableLocation( in ResolveExecutable()