Home
last modified time | relevance | path

Searched defs:ErrorInfoBase (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp45 handleAllErrors(ResOrErr.takeError(), [&](const ErrorInfoBase &) { in SymbolOrNumber()
/llvm-project/llvm/unittests/Support/
H A DGlobPatternTest.cpp71 handleAllErrors(Pat.takeError(), [&](ErrorInfoBase &) {}); in TEST_F() argument
255 handleAllErrors(Pat.takeError(), [&](ErrorInfoBase &) {}); in TEST_F() argument
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h27 class ErrorInfoBase; variable