Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp163 Error errorCorruptRecord() const { in errorCorruptRecord() function in __anone53701d20111::TypeStreamMerger
227 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); in remapIndexFallback()
229 LastError = errorCorruptRecord(); in remapIndexFallback()
489 return joinErrors(std::move(EC), errorCorruptRecord()); in shouldRemapType()
491 return errorCorruptRecord(); in shouldRemapType()