Searched defs:CommentOS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/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 << " ]";
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp495 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { argument
510 CommentOS << MMO->getSize() << "-byte Reload\n";
514 CommentOS << MMO->getSize() << "-byte Folded Reload\n";
518 CommentOS << MMO->getSize() << "-byte Spill\n";
522 CommentOS << MMO->getSize() << "-byte Folded Spill\n";
527 CommentOS << " Reload Reuse\n";

Completed in 486 milliseconds