Searched refs:next_section (Results 1 – 1 of 1) sorted by relevance
151 llvm::Optional<Record::Kind> next_section = Record::classify(line); in CreateSections() local152 if (next_section == Record::Line || next_section == Record::Inline) { in CreateSections()155 next_section = Record::Func; in CreateSections()157 if (next_section == current_section) in CreateSections()163 current_section = next_section; in CreateSections()