Home
last modified time | relevance | path

Searched refs:GetGlobalTempDir (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h117 static FileSpec GetGlobalTempDir();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp75 fspec = HostInfo::GetGlobalTempDir(); in GetLLDBPath()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp185 FileSpec HostInfoBase::GetGlobalTempDir() { in GetGlobalTempDir() function in HostInfoBase
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3233 save_location = HostInfo::GetGlobalTempDir(); in SaveTranscript()