reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ExecutionEngine/Orc/Core.h
  137 class SymbolsNotFound : public ErrorInfo<SymbolsNotFound> {
  151 class SymbolsCouldNotBeRemoved : public ErrorInfo<SymbolsCouldNotBeRemoved> {
include/llvm/ExecutionEngine/Orc/OrcError.h
   43 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> {
include/llvm/ExecutionEngine/Orc/RPCUtils.h
   37 class RPCFatalError : public ErrorInfo<RPCFatalError> {
  126 class CouldNotNegotiate : public ErrorInfo<CouldNotNegotiate> {
include/llvm/Object/WindowsResource.h
   92 class EmptyResError : public GenericBinaryError {
include/llvm/ProfileData/InstrProf.h
  301 class InstrProfError : public ErrorInfo<InstrProfError> {
include/llvm/Remarks/RemarkParser.h
   26 class EndOfFileError : public ErrorInfo<EndOfFileError> {
include/llvm/Support/Error.h
  241   template <typename ErrT> bool isA() const {
  359 class ErrorList final : public ErrorInfo<ErrorList> {
 1174 class StringError : public ErrorInfo<StringError> {
tools/clang/tools/extra/clangd/Cancellation.h
   84 class CancelledError : public llvm::ErrorInfo<CancelledError> {
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
   49 class DummyError : public ErrorInfo<DummyError> {
unittests/Support/ErrorTest.cpp
   26 class CustomError : public ErrorInfo<CustomError> {
   60 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> {