Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h323 class SentinelError : public ErrorInfo<SentinelError> {
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h319 class SentinelError : public ErrorInfo<SentinelError> {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp575 char DWARFDebugNames::SentinelError::ID;
576 std::error_code DWARFDebugNames::SentinelError::convertToErrorCode() const { in convertToErrorCode()
608 return make_error<SentinelError>(); in getEntry()
660 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {}, in dumpEntry() argument
DDWARFVerifier.cpp1264 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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
DDWARFVerifier.cpp1321 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDebugNamesDWARFIndex.cpp81 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}), in MaybeLogLookupError() argument