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

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp1378 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, argument
1384 CommentOS << Scope.getFilename();
1385 CommentOS << ':' << DL.getLine();
1387 CommentOS << ':' << DL.getCol();
1390 CommentOS << " @[ ";
1391 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1392 CommentOS << " ]";
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1387 raw_ostream &CommentOS) {
1395 CommentOS << Scope.getFilename();
1397 CommentOS << "<unknown>";
1398 CommentOS << ':' << DL.getLine();
1400 CommentOS << ':' << DL.getCol();
1403 CommentOS << " @[ ";
1404 printDebugLoc(InlinedAtDL, MF, CommentOS);
1405 CommentOS << " ]";
1386 printDebugLoc(DebugLoc DL, const MachineFunction *MF, raw_ostream &CommentOS) argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp514 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { argument
529 CommentOS << MMO->getSize() << "-byte Reload\n";
533 CommentOS << MMO->getSize() << "-byte Folded Reload\n";
537 CommentOS << MMO->getSize() << "-byte Spill\n";
541 CommentOS << MMO->getSize() << "-byte Folded Spill\n";
546 CommentOS << " Reload Reuse\n";

Completed in 95 milliseconds