Searched refs:errorCorruptRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp163 Error errorCorruptRecord() const { function in class:__anon3615::TypeStreamMerger
227 LastError = joinErrors(std::move(*LastError), errorCorruptRecord());
229 LastError = errorCorruptRecord();
489 return joinErrors(std::move(EC), errorCorruptRecord());
491 return errorCorruptRecord();

Completed in 51 milliseconds