Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp131 std::optional<Record::Kind> current_section; in CreateSections() local
136 if (!current_section) in CreateSections()
142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
158 if (next_section == current_section) in CreateSections()
164 current_section = next_section; in CreateSections()