Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp34 class MCACommentConsumer : public AsmCommentConsumer { class
38 MCACommentConsumer(CodeRegions &R) : Regions(R) {} in MCACommentConsumer() function in llvm::mca::MCACommentConsumer
76 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment()
130 MCACommentConsumer CC(Regions); in parseCodeRegions()