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 347 GV->printAsOperand(OutStreamer.GetCommentOS(),
349 OutStreamer.GetCommentOS() << '\n';
526 F->printAsOperand(OutStreamer.GetCommentOS(),
528 OutStreamer.GetCommentOS() << '\n';
768 emitComments(MI, OutStreamer.GetCommentOS());
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 99 /// GetCommentOS - Return a raw_ostream that comments can be written to.
102 raw_ostream &GetCommentOS() override {
    [all...]
MCStreamer.cpp 81 raw_ostream &MCStreamer::GetCommentOS() {
  /external/llvm/include/llvm/MC/
MCStreamer.h 276 /// GetCommentOS - Return a raw_ostream that comments can be written to.
279 virtual raw_ostream &GetCommentOS();

Completed in 340 milliseconds