Home | History | Annotate | Download | only in CodeView

Lines Matching refs:Error

14 #include "llvm/Support/Error.h"
26 virtual Error visitUnknownSymbol(CVSymbol &Record) {
27 return Error::success();
33 /// the type of the Symbol, or an error if it cannot be determined.
34 virtual Error visitSymbolBegin(CVSymbol &Record) { return Error::success(); }
35 virtual Error visitSymbolEnd(CVSymbol &Record) { return Error::success(); }
38 virtual Error visitKnownRecord(CVSymbol &CVR, Name &Record) { \
39 return Error::success(); \