Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5182 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote() argument
5183 if (IsCore) in getFreeBSDNote()
5718 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() argument
5741 getFreeBSDNote<ELFT>(Type, Descriptor, IsCore)) { in printNotes()
7203 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() argument
7228 getFreeBSDNote<ELFT>(Type, Descriptor, IsCore)) { in printNotes()