Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupOutputFile.h34 const OptionValueBoolean &GetAppend() { return m_append; } in GetAppend() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp772 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); in DoExecute()