Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp135 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
448 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() argument
449 if (TabPrefix) in emitRawComment()
H A DMCStreamer.cpp121 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() argument
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h366 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);