Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5732 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote() argument
5733 if (IsCore) in getFreeBSDNote()
6284 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() argument
6309 getFreeBSDNote<ELFT>(Type, Descriptor, IsCore)) { in printNotes()
6417 auto FindAndroidNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printMemtag() argument
8131 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() argument
8157 getFreeBSDNote<ELFT>(Type, Descriptor, IsCore)) { in printNotes()