Home
last modified time | relevance | path

Searched refs:CommentOS (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp360 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() argument
367 CommentOS << Scope->getFilename(); in printDebugLoc()
368 CommentOS << ':' << DL.getLine(); in printDebugLoc()
370 CommentOS << ':' << DL.getCol(); in printDebugLoc()
376 CommentOS << " @[ "; in printDebugLoc()
377 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
378 CommentOS << " ]"; in printDebugLoc()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp604 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
619 CommentOS << MMO->getSize() << "-byte Reload\n"; in emitComments()
623 CommentOS << MMO->getSize() << "-byte Folded Reload\n"; in emitComments()
627 CommentOS << MMO->getSize() << "-byte Spill\n"; in emitComments()
631 CommentOS << MMO->getSize() << "-byte Folded Spill\n"; in emitComments()
636 CommentOS << " Reload Reuse\n"; in emitComments()