Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp92 bool SBFileSpec::ResolveExecutableLocation() { in ResolveExecutableLocation() function in SBFileSpec
95 return FileSystem::Instance().ResolveExecutableLocation(*m_opaque_up); in ResolveExecutableLocation()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_filespec.py10 obj.ResolveExecutableLocation()
/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp39 FileSystem::Instance().ResolveExecutableLocation(exe_spec); in LaunchProcess()
H A DProcessLaunchInfo.cpp142 FileSystem::Instance().ResolveExecutableLocation(m_shell); in SetShell()
H A DFileSystem.cpp318 bool FileSystem::ResolveExecutableLocation(FileSpec &file_spec) { in ResolveExecutableLocation() function in FileSystem
/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h44 bool ResolveExecutableLocation();
/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h170 bool ResolveExecutableLocation(FileSpec &file_spec);
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp177 FileSystem::Instance().ResolveExecutableLocation(qemu); in DebugProcess()
/llvm-project/lldb/tools/driver/
H A DDriver.cpp135 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
242 } else if (file.ResolveExecutableLocation()) { in ProcessArgs()
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp48 FileSystem::Instance().ResolveExecutableLocation(resolved_file_spec); in ResolveExecutable()
H A DTargetList.cpp129 FileSystem::Instance().ResolveExecutableLocation( in CreateTargetInternal()
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm1351 FileSystem::Instance().ResolveExecutableLocation(exe_spec);
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp328 FileSystem::Instance().ResolveExecutableLocation(file_spec); in DoExecute()