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

  /external/llvm/lib/MC/
MCLoggingStreamer.cpp 39 virtual raw_ostream &GetCommentOS() { return Child->GetCommentOS(); }
MCAsmStreamer.cpp 108 /// GetCommentOS - Return a raw_ostream that comments can be written to.
111 virtual raw_ostream &GetCommentOS() {
    [all...]
MCStreamer.cpp 62 raw_ostream &MCStreamer::GetCommentOS() {
  /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 272 WriteAsOperand(OutStreamer.GetCommentOS(), GV,
274 OutStreamer.GetCommentOS() << '\n';
439 WriteAsOperand(OutStreamer.GetCommentOS(), F,
441 OutStreamer.GetCommentOS() << '\n';
685 EmitComments(*II, OutStreamer.GetCommentOS());
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 147 /// GetCommentOS - Return a raw_ostream that comments can be written to.
150 virtual raw_ostream &GetCommentOS();

Completed in 84 milliseconds