Home
last modified time | relevance | path

Searched refs:TabPrefix (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/MC/
DMCAsmStreamer.cpp116 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
327 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() argument
328 if (TabPrefix) in emitRawComment()
DMCStreamer.cpp71 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() argument
/external/llvm/include/llvm/MC/
DMCStreamer.h275 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp125 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
372 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() argument
373 if (TabPrefix) in emitRawComment()
DMCStreamer.cpp99 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h314 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);