Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp581 char DWARFDebugNames::SentinelError::ID;
582 std::error_code DWARFDebugNames::SentinelError::convertToErrorCode() const { in convertToErrorCode()
618 return make_error<SentinelError>(); in getEntry()
674 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {}, in dumpEntry() argument
H A DDWARFVerifier.cpp1420 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h326 class SentinelError : public ErrorInfo<SentinelError> {
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp82 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() argument