Home
last modified time | relevance | path

Searched refs:GetProcessTempDir (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h94 static FileSpec GetProcessTempDir();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBHostOS.cpp72 fspec = HostInfo::GetProcessTempDir(); in GetLLDBPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp176 HostInfo::GetProcessTempDir().GetPath(socket_model); in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp121 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in CreateWithUniqueName()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp173 FileSpec HostInfoBase::GetProcessTempDir() { in GetProcessTempDir() function in HostInfoBase
H A DHost.cpp443 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp59 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in GetSourcePath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp575 g_domainsocket_dir = HostInfo::GetProcessTempDir(); in GetDomainSocketDir()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1054 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in ParseInternal()