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 356 GV->printAsOperand(OutStreamer.GetCommentOS(),
358 OutStreamer.GetCommentOS() << '\n';
541 F->printAsOperand(OutStreamer.GetCommentOS(),
543 OutStreamer.GetCommentOS() << '\n';
815 emitComments(MI, OutStreamer.GetCommentOS());
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 98 /// GetCommentOS - Return a raw_ostream that comments can be written to.
101 raw_ostream &GetCommentOS() override {
    [all...]
MCStreamer.cpp 62 raw_ostream &MCStreamer::GetCommentOS() {
  /external/llvm/include/llvm/MC/
MCStreamer.h 270 /// GetCommentOS - Return a raw_ostream that comments can be written to.
273 virtual raw_ostream &GetCommentOS();

Completed in 834 milliseconds