Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-mca/
DCodeRegionGenerator.cpp33 class MCACommentConsumer : public AsmCommentConsumer { class
37 MCACommentConsumer(CodeRegions &R) : Regions(R) {} in MCACommentConsumer() function in llvm::mca::MCACommentConsumer
75 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment()
119 MCACommentConsumer CC(Regions); in parseCodeRegions()