Home | History | Annotate | Download | only in IR

Lines Matching refs:DP

106 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const {
107 DP << getMsgStr();
109 DP << " at line " << getLocCookie();
112 void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const {
113 DP << "stack size limit exceeded (" << getStackSize() << ") in "
117 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const {
118 DP << "ignoring debug info with an invalid version (" << getMetadataVersion()
122 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const {
124 DP << getFileName() << ":" << getLineNum() << ": ";
126 DP << getFileName() << ": ";
127 DP << getMsg();
152 void DiagnosticInfoOptimizationRemarkBase::print(DiagnosticPrinter &DP) const {
153 DP << getLocationStr() << ": " << getMsg();