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

/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1454 raw_ostream &CommentOS) {
1456 DL.print(Ctx, CommentOS);
1453 printDebugLoc(DebugLoc DL, const MachineFunction *MF, raw_ostream &CommentOS) argument
/external/llvm/lib/IR/
H A DDebugInfo.cpp1418 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, argument
1424 CommentOS << Scope.getFilename();
1425 CommentOS << ':' << DL.getLine();
1427 CommentOS << ':' << DL.getCol();
1430 CommentOS << " @[ ";
1431 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1432 CommentOS << " ]";
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp569 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { argument
584 CommentOS << MMO->getSize() << "-byte Reload\n";
588 CommentOS << MMO->getSize() << "-byte Folded Reload\n";
592 CommentOS << MMO->getSize() << "-byte Spill\n";
596 CommentOS << MMO->getSize() << "-byte Folded Spill\n";
601 CommentOS << " Reload Reuse\n";

Completed in 101 milliseconds