Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h150 StringRef sectionNameOrType; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1354 if (Member.sectionNameOrType == "GRP_COMDAT") in writeSectionContent()
1357 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()
H A DELFYAML.cpp1476 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()