Home
last modified time | relevance | path

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

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