Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
H A Dsection-headers.yaml70 # ERR1-NEXT: error: section '.section (1)' should be present in the 'Sections' or 'Excluded' lists
71 # ERR1-NEXT: error: section '.section (2)' should be present in the 'Sections' or 'Excluded' lists
76 # ERR2-NEXT: error: section '.section (1)' should be present in the 'Sections' or 'Excluded' lists
77 # ERR2-NEXT: error: section '.section (2)' should be present in the 'Sections' or 'Excluded' lists
78 # ERR2-NEXT: error: section '.section.foo' should be present in the 'Sections' or 'Excluded' lists
84 # EMPTY-SECTIONS: error: section '.foo' should be present in the 'Sections' or 'Excluded' lists
85 # EMPTY-SECTIONS-NEXT: error: section '.strtab' should be present in the 'Sections' or 'Excluded' l…
86 # EMPTY-SECTIONS-NEXT: error: section '.shstrtab' should be present in the 'Sections' or 'Excluded'…
140 # SECTIONS-NO-HEADERS: error: NoHeaders can't be used together with Offset/Sections/Excluded
289 # NO-HEADERS-OFFSET: error: NoHeaders can't be used together with Offset/Sections/Excluded
H A Dverneed-section.yaml190 Excluded:
H A Dversym-section.yaml202 Excluded:
H A Dshstrtab.yaml417 Excluded:
456 Excluded:
H A Dverdef-section.yaml249 Excluded:
/llvm-project-15.0.7/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/
H A Dmodule.modulemap3 exclude header "Excluded.h"
/llvm-project-15.0.7/llvm/lib/Option/
H A DArgList.cpp109 bool Excluded = false; in AddAllArgsExcept() local
112 Excluded = true; in AddAllArgsExcept()
116 if (!Excluded) { in AddAllArgsExcept()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h300 Optional<std::vector<SectionHeader>> Excluded; member
311 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1805 if (SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1806 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1837 if (SectionHeaders.Excluded) in buildSectionIndex()
1838 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
H A DELFYAML.cpp1454 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1686 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp485 bool Excluded = false; in diagnoseHeaderInclusion() local
510 Excluded = true; in diagnoseHeaderInclusion()
527 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp16858 SmallVector<unsigned, 2> Excluded; in checkScheduleModifiers() local
16860 Excluded.push_back(M2); in checkScheduleModifiers()
16862 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_monotonic); in checkScheduleModifiers()
16864 Excluded.push_back(OMPC_SCHEDULE_MODIFIER_nonmonotonic); in checkScheduleModifiers()
16869 Excluded) in checkScheduleModifiers()