Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp575 char DWARFDebugNames::SentinelError::ID;
576 std::error_code DWARFDebugNames::SentinelError::convertToErrorCode() const { in convertToErrorCode()
607 return make_error<SentinelError>(); in getEntry()
659 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {}, in dumpEntry() argument
H A DDWARFVerifier.cpp1283 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h324 class SentinelError : public ErrorInfo<SentinelError> {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp87 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() argument