Searched refs:ReportErrors (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h40 bool ReportErrors; member in class:llvm::HexagonMCChecker
113 const MCRegisterInfo &ri, bool ReportErrors = true);
H A DHexagonShuffler.h155 bool ReportErrors; member in class:llvm::HexagonShuffler
164 HexagonShuffler(MCContext &Context, bool ReportErrors,
H A DHexagonMCChecker.cpp193 MCRegisterInfo const &ri, bool ReportErrors)
195 ReportErrors(ReportErrors) {
203 STI(STI), ReportErrors(CopyReportErrors ? Other.ReportErrors : false) {}
665 HexagonMCShuffler MCSDX(Context, ReportErrors, MCII, STI, MCB);
716 if (ReportErrors)
721 if (ReportErrors) {
729 if (ReportErrors)
191 HexagonMCChecker(MCContext &Context, MCInstrInfo const &MCII, MCSubtargetInfo const &STI, MCInst &mcb, MCRegisterInfo const &ri, bool ReportErrors) argument
H A DHexagonShuffler.cpp199 HexagonShuffler::HexagonShuffler(MCContext &Context, bool ReportErrors, argument
202 : Context(Context), MCII(MCII), STI(STI), ReportErrors(ReportErrors) {
670 if (ReportErrors) {

Completed in 66 milliseconds