Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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()
/freebsd-14.2/contrib/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
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h44 bool ResolveExecutableLocation();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h170 bool ResolveExecutableLocation(FileSpec &file_spec);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp177 FileSystem::Instance().ResolveExecutableLocation(qemu); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp132 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
240 } else if (file.ResolveExecutableLocation()) { in ProcessArgs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp52 FileSystem::Instance().ResolveExecutableLocation( in ResolveExecutable()
H A DTargetList.cpp129 FileSystem::Instance().ResolveExecutableLocation( in CreateTargetInternal()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp346 FileSystem::Instance().ResolveExecutableLocation(file_spec); in DoExecute()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27867 result = (bool)(arg1)->ResolveExecutableLocation(); in _wrap_SBFileSpec_ResolveExecutableLocation()