Lines Matching refs:dbgs
21 LOC_DEBUG(dbgs() << ".. No debug info was present\n"); in analyzeDebugLocations()
26 dbgs() << ".. No instructions to carry debug info (dead code?)\n"); in analyzeDebugLocations()
30 LOC_DEBUG(dbgs() << ".. Searching " << PotentialMIsForDebugLocs.size() in analyzeDebugLocations()
40 dbgs() << ".. Assuming line-0 location covers remainder (if any)\n"); in analyzeDebugLocations()
44 LOC_DEBUG(dbgs() << ".. .. found " << MI->getDebugLoc() << " in " << *MI); in analyzeDebugLocations()
54 dbgs() << ".. Lost locations:\n"; in analyzeDebugLocations()
56 dbgs() << ".. .. "; in analyzeDebugLocations()
57 Loc.print(dbgs()); in analyzeDebugLocations()
58 dbgs() << "\n"; in analyzeDebugLocations()
60 dbgs() << ".. MIs with matched locations:\n"; in analyzeDebugLocations()
63 dbgs() << ".. .. " << *MI; in analyzeDebugLocations()
64 dbgs() << ".. Remaining MIs with unmatched/no locations:\n"; in analyzeDebugLocations()
66 dbgs() << ".. .. " << *MI; in analyzeDebugLocations()