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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCLoggingStreamer.cpp 39 virtual raw_ostream &GetCommentOS() { return Child->GetCommentOS(); }
MCStreamer.cpp 62 raw_ostream &MCStreamer::GetCommentOS() {
MCAsmStreamer.cpp 104 /// GetCommentOS - Return a raw_ostream that comments can be written to.
107 virtual raw_ostream &GetCommentOS() {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 85 /// GetCommentOS - Return a raw_ostream that comments can be written to.
88 virtual raw_ostream &GetCommentOS() {
510 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n ");
511 GetCommentOS() << "\n";
  /external/llvm/lib/MC/
MCStreamer.cpp 66 raw_ostream &MCStreamer::GetCommentOS() {

Completed in 58 milliseconds