Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp41 llvm::Error Header::checkForError() const { in checkForError() function in Header
80 if (llvm::Error Err = H.checkForError()) in decode()
87 if (llvm::Error Err = checkForError()) in encode()
H A DGsymReader.cpp100 if (Error Err = Hdr->checkForError()) in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DHeader.h101 llvm::Error checkForError() const;