Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-notes.test26 # LLVM-NEXT: NoteSection {
38 # LLVM-NEXT: NoteSection {
49 # LLVM-NEXT: NoteSection {
64 # LLVM-STRIPPED-NEXT: NoteSection {
125 # ERR1-LLVM-NEXT: NoteSection {
158 # ERR2-LLVM-NEXT: NoteSection {
179 # ERR3-LLVM-NEXT: NoteSection {
210 # ERR4-LLVM-NEXT: NoteSection {
Dgnu-note-size.test11 # LLVM-NEXT: NoteSection {
Dnote-amdgpu-invalid.s25 # LLVM-NEXT: NoteSection {
Dnote-amdgpu.test27 # LLVM-NEXT: NoteSection {
Dnote-core-ntfile.test66 # LLVM-NEXT: NoteSection {
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dadd-note.test26 # CHECK-NEXT: NoteSection {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h263 struct NoteSection : Section { struct
268 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h313 struct NoteSection : Section { struct
316 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1058 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1231 Section.reset(new ELFYAML::NoteSection()); in mapping()
1232 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()
1378 if (const auto *NS = dyn_cast<ELFYAML::NoteSection>(C.get())) { in validate()
DELFEmitter.cpp202 const ELFYAML::NoteSection &Section,
489 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1199 const ELFYAML::NoteSection &Section, in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp93 Expected<ELFYAML::NoteSection *> dumpNoteSection(const Elf_Shdr *Shdr);
1179 Expected<ELFYAML::NoteSection *>
1181 auto S = std::make_unique<ELFYAML::NoteSection>(); in dumpNoteSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1184 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1371 Section.reset(new ELFYAML::NoteSection()); in mapping()
1372 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()
DELFEmitter.cpp285 const ELFYAML::NoteSection &Section,
766 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1653 const ELFYAML::NoteSection &Section, in writeSectionContent()