Searched refs:SentinelError (Results 1 – 4 of 4) sorted by relevance
739 char DWARFDebugNames::SentinelError::ID;740 std::error_code DWARFDebugNames::SentinelError::convertToErrorCode() const { in convertToErrorCode()777 return make_error<SentinelError>(); in getEntry()833 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {}, in dumpEntry() argument
1799 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument2042 [&](const DWARFDebugNames::SentinelError &) { in verifyDebugNames() argument
514 class LLVM_ABI SentinelError : public ErrorInfo<SentinelError> {
174 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() argument