Searched refs:CoreNote (Results 1 – 1 of 1) sorted by relevance
5166 struct CoreNote { struct5171 static Expected<CoreNote> readCoreNote(DataExtractor Desc) { in readCoreNote() argument5179 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()