Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.h31 HexagonMCShuffler(MCContext &Context, bool ReportErrors, in HexagonMCShuffler() argument
34 : HexagonShuffler(Context, ReportErrors, MCII, STI) { in HexagonMCShuffler()
38 HexagonMCShuffler(MCContext &Context, bool ReportErrors, in HexagonMCShuffler() argument
41 : HexagonShuffler(Context, ReportErrors, MCII, STI) { in HexagonMCShuffler()
58 bool HexagonMCShuffle(MCContext &Context, bool ReportErrors,
H A DHexagonMCChecker.cpp206 MCRegisterInfo const &ri, bool ReportErrors) in HexagonMCChecker() argument
208 ReportErrors(ReportErrors) { in HexagonMCChecker()
216 STI(STI), ReportErrors(CopyReportErrors ? Other.ReportErrors : false) { in HexagonMCChecker()
714 HexagonMCShuffler MCSDX(Context, ReportErrors, MCII, STI, MCB); in checkShuffle()
791 if (ReportErrors) in reportError()
796 if (ReportErrors) { in reportNote()
804 if (ReportErrors) in reportWarning()
H A DHexagonMCChecker.h40 bool ReportErrors; variable
119 const MCRegisterInfo &ri, bool ReportErrors = true);
H A DHexagonMCShuffler.cpp103 bool llvm::HexagonMCShuffle(MCContext &Context, bool ReportErrors, in HexagonMCShuffle() argument
106 HexagonMCShuffler MCS(Context, ReportErrors, MCII, STI, MCB); in HexagonMCShuffle()
H A DHexagonShuffler.cpp167 HexagonShuffler::HexagonShuffler(MCContext &Context, bool ReportErrors, in HexagonShuffler() argument
171 ReportErrors(ReportErrors), CheckFailure() { in HexagonShuffler()
706 if (ReportErrors) in reportResourceError()
733 if (ReportErrors) { in reportError()
H A DHexagonShuffler.h167 bool ReportErrors; variable
194 HexagonShuffler(MCContext &Context, bool ReportErrors,
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp26 bool ReportErrors; member in clang::__anon83e3473f0111::StoreDiagnostics
30 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics() argument
31 : Out(Out), ReportErrors(ReportErrors) {} in StoreDiagnostics()
41 if (ReportErrors && DiagLevel >= DiagnosticsEngine::Error) { in HandleDiagnostic()