Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp136 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
462 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() argument
463 if (TabPrefix) in emitRawComment()
H A DMCStreamer.cpp121 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h370 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);