Searched refs:CommentOS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DDebugInfo.cpp1134 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, argument
1140 CommentOS << Scope.getFilename();
1142 CommentOS << "<unknown>";
1143 CommentOS << ':' << DL.getLine();
1145 CommentOS << ':' << DL.getCol();
1148 CommentOS << " @[ ";
1149 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1150 CommentOS << " ]";
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineInstr.cpp1507 raw_ostream &CommentOS) {
1513 CommentOS << Scope.getFilename();
1515 CommentOS << "<unknown>";
1516 CommentOS << ':' << DL.getLine();
1518 CommentOS << ':' << DL.getCol();
1521 CommentOS << " @[ ";
1522 printDebugLoc(InlinedAtDL, MF, CommentOS);
1523 CommentOS << " ]";
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp486 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { argument
501 CommentOS << MMO->getSize() << "-byte Reload\n";
505 CommentOS << MMO->getSize() << "-byte Folded Reload\n";
509 CommentOS << MMO->getSize() << "-byte Spill\n";
513 CommentOS << MMO->getSize() << "-byte Folded Spill\n";
518 CommentOS << " Reload Reuse\n";

Completed in 182 milliseconds