Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1321 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h326 class SentinelError : public ErrorInfo<SentinelError> {