Searched refs:CommentOS (Results 1 – 3 of 3) sorted by relevance
1164 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() argument1170 CommentOS << Scope.getFilename(); in printDebugLoc()1172 CommentOS << "<unknown>"; in printDebugLoc()1173 CommentOS << ':' << DL.getLine(); in printDebugLoc()1175 CommentOS << ':' << DL.getCol(); in printDebugLoc()1178 CommentOS << " @[ "; in printDebugLoc()1179 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()1180 CommentOS << " ]"; in printDebugLoc()
1410 raw_ostream &CommentOS) { in printDebugLoc() argument1416 CommentOS << Scope.getFilename(); in printDebugLoc()1418 CommentOS << "<unknown>"; in printDebugLoc()1419 CommentOS << ':' << DL.getLine(); in printDebugLoc()1421 CommentOS << ':' << DL.getCol(); in printDebugLoc()1424 CommentOS << " @[ "; in printDebugLoc()1425 printDebugLoc(InlinedAtDL, MF, CommentOS); in printDebugLoc()1426 CommentOS << " ]"; in printDebugLoc()
490 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument505 CommentOS << MMO->getSize() << "-byte Reload\n"; in emitComments()509 CommentOS << MMO->getSize() << "-byte Folded Reload\n"; in emitComments()513 CommentOS << MMO->getSize() << "-byte Spill\n"; in emitComments()517 CommentOS << MMO->getSize() << "-byte Folded Spill\n"; in emitComments()522 CommentOS << " Reload Reuse\n"; in emitComments()