Home
last modified time | relevance | path

Searched refs:CopyReportErrors (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h121 MCSubtargetInfo const &STI, bool CopyReportErrors);
H A DHexagonMCChecker.cpp214 bool CopyReportErrors) in HexagonMCChecker() argument
216 STI(STI), ReportErrors(CopyReportErrors ? Other.ReportErrors : false) { in HexagonMCChecker()