Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h150 StringRef sectionNameOrType; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1355 if (Member.sectionNameOrType == "GRP_COMDAT") in writeSectionContent()
1358 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()
H A DELFYAML.cpp1403 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()