Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp664 char DWARFDebugNames::SentinelError::ID;
665 std::error_code DWARFDebugNames::SentinelError::convertToErrorCode() const { in convertToErrorCode()
701 return make_error<SentinelError>(); in getEntry()
757 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {}, in dumpEntry() argument
H A DDWARFVerifier.cpp1482 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h479 class SentinelError : public ErrorInfo<SentinelError> {
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp94 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() argument