Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp155 llvm::Optional<Record::Kind> next_section = Record::classify(line); in CreateSections() local
156 if (next_section == Record::Line) { in CreateSections()
159 next_section = Record::Func; in CreateSections()
161 if (next_section == current_section) in CreateSections()
167 current_section = next_section; in CreateSections()