Home
last modified time | relevance | path

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

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