Searched refs:next_section (Results 1 – 1 of 1) sorted by relevance
155 llvm::Optional<Record::Kind> next_section = Record::classify(line); in CreateSections() local156 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()