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.cpp154 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
481 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() argument
482 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.h393 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);