Searched refs:sectionChoice (Results 1 – 7 of 7) sorted by relevance
234 if (l->sectionChoice() != r->sectionChoice()) in isEqual()236 if (l->sectionChoice() == DefinedAtom::sectionCustomRequired) { in isEqual()
42 SectionChoice sectionChoice() const override { return sectionCustomRequired; } in sectionChoice() function
101 SectionChoice sectionChoice() const override { in sectionChoice() function
345 if (atom->sectionChoice() == DefinedAtom::sectionBasedOnContent) { in sectionForAtom()
259 virtual SectionChoice sectionChoice() const = 0;
169 SectionChoice sectionChoice() const override { in sectionChoice() function
820 _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()), in NormalizedAtom()874 SectionChoice sectionChoice() const override { return _sectionChoice; } in sectionChoice() function in llvm::yaml::MappingTraits::NormalizedAtom