Home
last modified time | relevance | path

Searched refs:SectionSubtype (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h82 std::optional<XCOFF::DwarfSectionSubtypeFlags> SectionSubtype; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp213 if (InitSections[I].SectionSubtype) { in initSectionHeaders()
215 static_cast<uint32_t>(*InitSections[I].SectionSubtype); in initSectionHeaders()
H A DXCOFFYAML.cpp253 IO.mapOptional("DWARFSectionSubtype", Sec.SectionSubtype); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1200 int32_t SectionSubtype = Sec.getSectionSubtype(); in printSectionHeaders() local
1221 W.printEnum("DWARFSubType", SectionSubtype, in printSectionHeaders()