Home
last modified time | relevance | path

Searched refs:GetSaveSessionDirectory (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h554 FileSpec GetSaveSessionDirectory() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp169 FileSpec CommandInterpreter::GetSaveSessionDirectory() const { in GetSaveSessionDirectory() function in CommandInterpreter
3153 FileSpec save_location = GetSaveSessionDirectory(); in SaveTranscript()