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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 270 WriteAsOperand(OutStreamer.GetCommentOS(), GV,
272 OutStreamer.GetCommentOS() << '\n';
443 WriteAsOperand(OutStreamer.GetCommentOS(), F,
445 OutStreamer.GetCommentOS() << '\n';
706 emitComments(*II, OutStreamer.GetCommentOS());
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 163 /// GetCommentOS - Return a raw_ostream that comments can be written to.
166 virtual raw_ostream &GetCommentOS();
  /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 70 raw_ostream &MCStreamer::GetCommentOS() {

Completed in 4988 milliseconds