Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp582 char DWARFDebugNames::SentinelError::ID;
583 std::error_code DWARFDebugNames::SentinelError::convertToErrorCode() const { in convertToErrorCode()
619 return make_error<SentinelError>(); in getEntry()
675 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {}, in dumpEntry() argument
H A DDWARFVerifier.cpp1420 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h327 class SentinelError : public ErrorInfo<SentinelError> {
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp83 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() argument