Searched refs:sectionChoice (Results 1 – 7 of 7) sorted by relevance
227 if (l->sectionChoice() != r->sectionChoice()) in isEqual()229 if (l->sectionChoice() == DefinedAtom::sectionCustomRequired) { in isEqual()
41 SectionChoice sectionChoice() const override { return sectionCustomRequired; } in sectionChoice() function
100 SectionChoice sectionChoice() const override { in sectionChoice() function
344 if (atom->sectionChoice() == DefinedAtom::sectionBasedOnContent) { in sectionForAtom()
258 virtual SectionChoice sectionChoice() const = 0;
168 SectionChoice sectionChoice() const override { in sectionChoice() function
819 _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()), in NormalizedAtom()873 SectionChoice sectionChoice() const override { return _sectionChoice; } in sectionChoice() function in llvm::yaml::MappingTraits::NormalizedAtom