Home
last modified time | relevance | path

Searched refs:CommentText (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h34 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Dllvm-mca.cpp208 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() argument
210 StringRef Comment(CommentText); in HandleComment()