Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp739 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
H A DDWARFVerifier.cpp1660 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h512 class SentinelError : public ErrorInfo<SentinelError> {
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp174 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() argument