HomeSort by relevance Sort by last modified time
    Searched refs:GetCommentOS (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 86 /// GetCommentOS - Return a raw_ostream that comments can be written to.
89 virtual raw_ostream &GetCommentOS() {
521 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n ");
522 GetCommentOS() << "\n";
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 273 WriteAsOperand(OutStreamer.GetCommentOS(), GV,
275 OutStreamer.GetCommentOS() << '\n';
440 WriteAsOperand(OutStreamer.GetCommentOS(), F,
442 OutStreamer.GetCommentOS() << '\n';
690 EmitComments(*II, OutStreamer.GetCommentOS());
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 110 /// GetCommentOS - Return a raw_ostream that comments can be written to.
113 virtual raw_ostream &GetCommentOS() {
    [all...]
MCStreamer.cpp 61 raw_ostream &MCStreamer::GetCommentOS() {
  /external/llvm/include/llvm/MC/
MCStreamer.h 149 /// GetCommentOS - Return a raw_ostream that comments can be written to.
152 virtual raw_ostream &GetCommentOS();

Completed in 134 milliseconds