Searched refs:AddRawComment (Results 1 – 2 of 2) sorted by relevance
39 virtual void AddRawComment(const Twine &T) = 0;217 Streamer->AddRawComment(T); in emitRawComment()
96 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment() function in __anon0a90f0150111::CVMCAdapter