Searched defs:GetCommentOS (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCLoggingStreamer.cpp39 virtual raw_ostream &GetCommentOS() { return Child->GetCommentOS(); } function in class:__anon18651::MCLoggingStreamer
H A DMCAsmStreamer.cpp104 /// GetCommentOS - Return a raw_ostream that comments can be written to.
107 virtual raw_ostream &GetCommentOS() { function in class:__anon18641::MCAsmStreamer
1090 raw_ostream &OS = GetCommentOS();
1241 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n ");
1242 GetCommentOS() << "\n";
H A DMCStreamer.cpp62 raw_ostream &MCStreamer::GetCommentOS() { function in class:MCStreamer
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp85 /// GetCommentOS - Return a raw_ostream that comments can be written to.
88 virtual raw_ostream &GetCommentOS() { function in class:__anon18803::PTXMCAsmStreamer
510 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n ");
511 GetCommentOS() << "\n";
/external/llvm/lib/MC/
H A DMCStreamer.cpp66 raw_ostream &MCStreamer::GetCommentOS() { function in class:MCStreamer

Completed in 170 milliseconds