Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.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()
H A DMCStreamer.cpp120 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h375 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);