Home
last modified time | relevance | path

Searched refs:sectionNameOrType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h151 StringRef sectionNameOrType; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1356 if (Member.sectionNameOrType == "GRP_COMDAT") in writeSectionContent()
1359 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()
H A DELFYAML.cpp1507 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()