Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp95 bool SBFileSpec::ResolveExecutableLocation() { in ResolveExecutableLocation() function in SBFileSpec
96 LLDB_RECORD_METHOD_NO_ARGS(bool, SBFileSpec, ResolveExecutableLocation); in ResolveExecutableLocation()
98 return FileSystem::Instance().ResolveExecutableLocation(*m_opaque_up); in ResolveExecutableLocation()
209 LLDB_REGISTER_METHOD(bool, SBFileSpec, ResolveExecutableLocation, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpec.i57 ResolveExecutableLocation ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp38 FileSystem::Instance().ResolveExecutableLocation(exe_spec); in LaunchProcess()
H A DProcessLaunchInfo.cpp145 FileSystem::Instance().ResolveExecutableLocation(m_shell); in SetShell()
H A DFileSystem.cpp330 bool FileSystem::ResolveExecutableLocation(FileSpec &file_spec) { in ResolveExecutableLocation() function in FileSystem
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h41 bool ResolveExecutableLocation();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h156 bool ResolveExecutableLocation(FileSpec &file_spec);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp141 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
245 } else if (file.ResolveExecutableLocation()) { in ProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp52 FileSystem::Instance().ResolveExecutableLocation( in ResolveExecutable()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp25668 result = (bool)(arg1)->ResolveExecutableLocation(); in _wrap_SBFileSpec_ResolveExecutableLocation()