Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h407 struct NoteSection : Section { struct
410 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp300 const ELFYAML::NoteSection &Section,
894 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1800 const ELFYAML::NoteSection &Section, in writeSectionContent()
H A DELFYAML.cpp1431 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1653 Section.reset(new ELFYAML::NoteSection()); in mapping()
1654 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()