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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCLoggingStreamer.cpp 39 virtual raw_ostream &GetCommentOS() { return Child->GetCommentOS(); }
MCAsmStreamer.cpp 104 /// GetCommentOS - Return a raw_ostream that comments can be written to.
107 virtual raw_ostream &GetCommentOS() {
    [all...]
MCStreamer.cpp 62 raw_ostream &MCStreamer::GetCommentOS() {
  /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/CodeGen/AsmPrinter/
AsmPrinter.cpp 374 GV->printAsOperand(OutStreamer->GetCommentOS(),
376 OutStreamer->GetCommentOS() << '\n';
565 F->printAsOperand(OutStreamer->GetCommentOS(),
567 OutStreamer->GetCommentOS() << '\n';
872 emitComments(MI, OutStreamer->GetCommentOS());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 265 WriteAsOperand(OutStreamer.GetCommentOS(), GV,
267 OutStreamer.GetCommentOS() << '\n';
432 WriteAsOperand(OutStreamer.GetCommentOS(), F,
434 OutStreamer.GetCommentOS() << '\n';
674 EmitComments(*II, OutStreamer.GetCommentOS());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 147 /// GetCommentOS - Return a raw_ostream that comments can be written to.
150 virtual raw_ostream &GetCommentOS();
  /external/llvm/include/llvm/MC/
MCStreamer.h 269 virtual raw_ostream &GetCommentOS();
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 107 /// GetCommentOS - Return a raw_ostream that comments can be written to.
110 raw_ostream &GetCommentOS() override {
    [all...]
MCStreamer.cpp 66 raw_ostream &MCStreamer::GetCommentOS() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 279 virtual raw_ostream &GetCommentOS();
    [all...]

Completed in 864 milliseconds