Home
last modified time | relevance | path

Searched refs:Elf_Note (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFTypesTest.cpp15 template <typename ELFT> using Elf_Note = typename ELFT::Note; typedef
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp46 } Elf_Note; typedef
191 Elf_Note *note = reinterpret_cast<Elf_Note *>(ptr); in find_metadata()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp786 using Elf_Note = typename ELFT::Note; in readAndFeatures() typedef
800 Elf_Note note(*nhdr); in readAndFeatures()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFTypes.h129 using Elf_Note = typename ELFT::Note; \
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1234 Elf_Note Note(*Header); in dumpNoteSection()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5718 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()
7203 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()