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.cpp5634 getFreeBSDNote(uint32_t NoteType, ArrayRef<uint8_t> Desc, bool IsCore) { in getFreeBSDNote() argument
5635 if (IsCore) in getFreeBSDNote()
6184 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() argument
6207 getFreeBSDNote<ELFT>(Type, Descriptor, IsCore)) { in printNotes()
6315 auto FindAndroidNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printMemtag() argument
8013 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() argument
8038 getFreeBSDNote<ELFT>(Type, Descriptor, IsCore)) { in printNotes()