Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmStreamer.cpp152 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
479 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() argument
480 if (TabPrefix) in emitRawComment()
HDMCStreamer.cpp120 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCStreamer.h375 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);