Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp163 Error errorCorruptRecord() const { in errorCorruptRecord() function in __anonfdb2716c0111::TypeStreamMerger
242 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); in remapIndexFallback()
244 LastError = errorCorruptRecord(); in remapIndexFallback()
487 return joinErrors(std::move(EC), errorCorruptRecord()); in shouldRemapType()
489 return errorCorruptRecord(); in shouldRemapType()