Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBFileSpec.cpp92 bool SBFileSpec::ResolveExecutableLocation() { in ResolveExecutableLocation() function in SBFileSpec
95 return FileSystem::Instance().ResolveExecutableLocation(*m_opaque_up); in ResolveExecutableLocation()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDMonitoringProcessLauncher.cpp39 FileSystem::Instance().ResolveExecutableLocation(exe_spec); in LaunchProcess()
HDProcessLaunchInfo.cpp142 FileSystem::Instance().ResolveExecutableLocation(m_shell); in SetShell()
HDFileSystem.cpp318 bool FileSystem::ResolveExecutableLocation(FileSpec &file_spec) { in ResolveExecutableLocation() function in FileSystem
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBFileSpec.h44 bool ResolveExecutableLocation();
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDFileSystem.h170 bool ResolveExecutableLocation(FileSpec &file_spec);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.cpp177 FileSystem::Instance().ResolveExecutableLocation(qemu); in DebugProcess()
/freebsd-14-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp133 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
240 } else if (file.ResolveExecutableLocation()) { in ProcessArgs()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDRemoteAwarePlatform.cpp48 FileSystem::Instance().ResolveExecutableLocation(resolved_file_spec); in ResolveExecutable()
HDTargetList.cpp129 FileSystem::Instance().ResolveExecutableLocation( in CreateTargetInternal()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp328 FileSystem::Instance().ResolveExecutableLocation(file_spec); in DoExecute()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp29298 result = (bool)(arg1)->ResolveExecutableLocation(); in _wrap_SBFileSpec_ResolveExecutableLocation()