Home
last modified time | relevance | path

Searched refs:addExplicitComment (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h343 virtual void addExplicitComment(const Twine &T);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp127 void addExplicitComment(const Twine &T) override;
402 void MCAsmStreamer::addExplicitComment(const Twine &T) { in addExplicitComment() function in MCAsmStreamer
DMCStreamer.cpp120 void MCStreamer::addExplicitComment(const Twine &T) {} in addExplicitComment() function in MCStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp836 Out.addExplicitComment(Twine(getTok().getString())); in Lex()
844 Out.addExplicitComment(Twine(tok->getString())); in Lex()