Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpec.i57 ResolveExecutableLocation ();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp39 FileSystem::Instance().ResolveExecutableLocation(exe_spec); in LaunchProcess()
H A DProcessLaunchInfo.cpp144 FileSystem::Instance().ResolveExecutableLocation(m_shell); in SetShell()
H A DFileSystem.cpp331 bool FileSystem::ResolveExecutableLocation(FileSpec &file_spec) { in ResolveExecutableLocation() function in FileSystem
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFileSpec.h41 bool ResolveExecutableLocation();
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileSystem.h160 bool ResolveExecutableLocation(FileSpec &file_spec);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp173 FileSystem::Instance().ResolveExecutableLocation(qemu); in DebugProcess()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp137 else if (file.ResolveExecutableLocation()) { in AddInitialCommand()
245 } else if (file.ResolveExecutableLocation()) { in ProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp52 FileSystem::Instance().ResolveExecutableLocation( in ResolveExecutable()
H A DTargetList.cpp129 FileSystem::Instance().ResolveExecutableLocation( in CreateTargetInternal()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1316 FileSystem::Instance().ResolveExecutableLocation(exe_spec);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp326 FileSystem::Instance().ResolveExecutableLocation(file_spec); in DoExecute()