Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1414 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() argument
1420 CommentOS << Scope.getFilename(); in printDebugLoc()
1421 CommentOS << ':' << DL.getLine(); in printDebugLoc()
1423 CommentOS << ':' << DL.getCol(); in printDebugLoc()
1426 CommentOS << " @[ "; in printDebugLoc()
1427 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
1428 CommentOS << " ]"; in printDebugLoc()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp577 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
593 CommentOS << MMO->getSize() << "-byte Reload\n"; in emitComments()
598 CommentOS << MMO->getSize() << "-byte Folded Reload\n"; in emitComments()
603 CommentOS << MMO->getSize() << "-byte Spill\n"; in emitComments()
608 CommentOS << MMO->getSize() << "-byte Folded Spill\n"; in emitComments()
613 CommentOS << " Reload Reuse\n"; in emitComments()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1527 raw_ostream &CommentOS) { in printDebugLoc() argument
1529 DL.print(Ctx, CommentOS); in printDebugLoc()