Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h99 static FileSpec GetGlobalTempDir();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBHostOS.cpp75 fspec = HostInfo::GetGlobalTempDir(); in GetLLDBPath()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp185 FileSpec HostInfoBase::GetGlobalTempDir() { in GetGlobalTempDir() function in HostInfoBase
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3204 save_location = HostInfo::GetGlobalTempDir(); in SaveTranscript()