Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amd-valid-v2.test12 # LLVM-NEXT: NoteSection {
23 # LLVM-NEXT: NoteSection {
34 # LLVM-NEXT: NoteSection {
45 # LLVM-NEXT: NoteSection {
56 # LLVM-NEXT: NoteSection {
67 # LLVM-NEXT: NoteSection {
78 # LLVM-NEXT: NoteSection {
89 # LLVM-NEXT: NoteSection {
H A Dnote-amd-invalid-v2.test9 # LLVM-NEXT: NoteSection {
20 # LLVM-NEXT: NoteSection {
31 # LLVM-NEXT: NoteSection {
42 # LLVM-NEXT: NoteSection {
53 # LLVM-NEXT: NoteSection {
64 # LLVM-NEXT: NoteSection {
75 # LLVM-NEXT: NoteSection {
86 # LLVM-NEXT: NoteSection {
97 # LLVM-NEXT: NoteSection {
H A Dgnu-notes.test32 # LLVM-NEXT: NoteSection {
44 # LLVM-NEXT: NoteSection {
55 # LLVM-NEXT: NoteSection {
66 # LLVM-NEXT: NoteSection {
83 # LLVM-STRIPPED-NEXT: NoteSection {
148 # ERR1-LLVM-NEXT: NoteSection {
181 # ERR2-LLVM-NEXT: NoteSection {
202 # ERR3-LLVM-NEXT: NoteSection {
233 # ERR4-LLVM-NEXT: NoteSection {
H A Dnote-amdgpu-invalid.s32 # LLVM-NEXT: NoteSection {
57 # LLVM-NEXT: NoteSection {
H A Dnote-amdgpu.test35 # LLVM-NEXT: NoteSection {
63 # LLVM-NEXT: NoteSection {
H A Dnote-freebsd-core.test72 # LLVM-NEXT: NoteSection {
132 # LLVM-NEXT: NoteSection {
H A Dgnu-note-size.test15 # LLVM-NEXT: NoteSection {
H A Dnote-amd-invalid-v3.test9 # LLVM-NEXT: NoteSection {
H A Dnote-netbsd-core.test34 # LLVM-NEXT: NoteSection {
H A Dnote-amd-valid-v3.s10 #LLVM-NEXT: NoteSection {
H A Dnote-openbsd-core.test39 # LLVM-NEXT: NoteSection {
H A Dnote-llvmompoffload.test17 # NOTES-NEXT: NoteSection {
H A Dnote-core-ntfile.test66 # LLVM-NEXT: NoteSection {
H A Dnote-freebsd.test65 # LLVM-NEXT: NoteSection {
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Dnote-android-unknown.test11 # LLVM-NEXT: NoteSection {
H A Dnote-android-memtag.test43 # LLVM-NEXT: NoteSection {
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dadd-note.test26 # CHECK-NEXT: NoteSection {
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h379 struct NoteSection : Section { struct
382 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() argument
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp87 Expected<ELFYAML::NoteSection *> dumpNoteSection(const Elf_Shdr *Shdr);
1210 Expected<ELFYAML::NoteSection *>
1212 auto S = std::make_unique<ELFYAML::NoteSection>(); in dumpNoteSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1382 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1603 Section.reset(new ELFYAML::NoteSection()); in mapping()
1604 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()
H A DELFEmitter.cpp292 const ELFYAML::NoteSection &Section,
886 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1676 const ELFYAML::NoteSection &Section, in writeSectionContent()