Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5171 static Expected<CoreNote> readCoreNote(DataExtractor Desc) { in readCoreNote() function
5522 if (Expected<CoreNote> NoteOrErr = readCoreNote(DescExtractor)) { in printNotes()
6849 if (Expected<CoreNote> N = readCoreNote(DescExtractor)) { in printNotes()