Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h395 struct NoteSection : Section { struct
398 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp294 const ELFYAML::NoteSection &Section,
888 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1732 const ELFYAML::NoteSection &Section, in writeSectionContent()
H A DELFYAML.cpp1413 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1634 Section.reset(new ELFYAML::NoteSection()); in mapping()
1635 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()