reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 dbg() << Banner << "Skipping module with debug info\n"; 201 dbg() << "ERROR: dbg.value operand has size " << ValueOperandSize 203 DVI->print(dbg()); 204 dbg() << "\n"; 216 dbg() << Banner << "Skipping module without debugify metadata\n"; 253 dbg() << "ERROR: Instruction with empty DebugLoc in function "; 254 dbg() << F.getName() << " --"; 255 I.print(dbg()); 256 dbg() << "\n"; 279 dbg() << "WARNING: Missing line " << Idx + 1 << "\n"; 282 dbg() << "WARNING: Missing variable " << Idx + 1 << "\n"; 292 dbg() << Banner; 294 dbg() << " [" << NameOfWrappedPass << "]"; 295 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n';