Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp164 Error errorCorruptRecord() const { in errorCorruptRecord() function in __anon294433670111::TypeStreamMerger
228 LastError = joinErrors(std::move(*LastError), errorCorruptRecord()); in remapIndexFallback()
230 LastError = errorCorruptRecord(); in remapIndexFallback()
488 return joinErrors(std::move(EC), errorCorruptRecord()); in shouldRemapType()
491 return errorCorruptRecord(); in shouldRemapType()