Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h376 struct NoteSection : Section { struct
379 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp85 Expected<ELFYAML::NoteSection *> dumpNoteSection(const Elf_Shdr *Shdr);
1168 Expected<ELFYAML::NoteSection *>
1170 auto S = std::make_unique<ELFYAML::NoteSection>(); in dumpNoteSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1305 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1526 Section.reset(new ELFYAML::NoteSection()); in mapping()
1527 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()
H A DELFEmitter.cpp282 const ELFYAML::NoteSection &Section,
846 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1640 const ELFYAML::NoteSection &Section, in writeSectionContent()