Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp576 char DWARFDebugNames::SentinelError::ID;
577 std::error_code DWARFDebugNames::SentinelError::convertToErrorCode() const { in convertToErrorCode()
608 return make_error<SentinelError>(); in getEntry()
661 handleAllErrors(EntryOr.takeError(), [](const SentinelError &) {}, in dumpEntry() argument
DDWARFVerifier.cpp1132 [&](const DWARFDebugNames::SentinelError &) { in verifyNameIndexEntries() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h324 class SentinelError : public ErrorInfo<SentinelError> {