Home | History | Annotate | Download | only in IR

Lines Matching refs:DP

107 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const {
108 DP << getMsgStr();
110 DP << " at line " << getLocCookie();
113 void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const {
114 DP << "stack size limit exceeded (" << getStackSize() << ") in "
118 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const {
119 DP << "ignoring debug info with an invalid version (" << getMetadataVersion()
123 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const {
125 DP << getFileName() << ":" << getLineNum() << ": ";
127 DP << getFileName() << ": ";
128 DP << getMsg();
153 void DiagnosticInfoOptimizationBase::print(DiagnosticPrinter &DP) const {
154 DP << getLocationStr() << ": " << getMsg();