Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5166 struct CoreNote { struct
5171 static Expected<CoreNote> readCoreNote(DataExtractor Desc) { in readCoreNote() argument
5179 CoreNote Ret; in readCoreNote()
5222 static void printCoreNote(raw_ostream &OS, const CoreNote &Note) { in printCoreNote()
5522 if (Expected<CoreNote> NoteOrErr = readCoreNote(DescExtractor)) { in printNotes()
6777 static void printCoreNoteLLVMStyle(const CoreNote &Note, ScopedPrinter &W) { in printCoreNoteLLVMStyle()
6849 if (Expected<CoreNote> N = readCoreNote(DescExtractor)) { in printNotes()