Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h377 struct NoteSection : Section { struct
380 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1309 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1530 Section.reset(new ELFYAML::NoteSection()); in mapping()
1531 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()
H A DELFEmitter.cpp292 const ELFYAML::NoteSection &Section,
887 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1676 const ELFYAML::NoteSection &Section, in writeSectionContent()