Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h44 bool ResolveExecutableLocation();
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h170 bool ResolveExecutableLocation(FileSpec &file_spec);
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp177 FileSystem::Instance().ResolveExecutableLocation(qemu); in DebugProcess()
/freebsd-src/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp133 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
240 } else if (file.ResolveExecutableLocation()) { in ProcessArgs()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp328 FileSystem::Instance().ResolveExecutableLocation(file_spec); in DoExecute()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29291 SWIG_check_num_args("lldb::SBFileSpec::ResolveExecutableLocation",1,1) in _wrap_SBFrame_GuessLanguage()
29292 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBFileSpec::ResolveExecutableLocation",1,"lldb::SBFileSpec *"); in _wrap_SBFrame_GuessLanguage()
29298 result = (bool)(arg1)->ResolveExecutableLocation(); in _wrap_SBFrame_GuessLanguage()
29565 { "ResolveExecutableLocation", _wrap_SBFileSpec_ResolveExecutableLocation}, in _wrap_SBFrame_EvaluateExpression__SWIG_2()
[all...]