Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h494 FileSpec GetSaveSessionDirectory() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp163 FileSpec CommandInterpreter::GetSaveSessionDirectory() const { in GetSaveSessionDirectory() function in CommandInterpreter
2939 FileSpec save_location = GetSaveSessionDirectory(); in SaveTranscript()