Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3056 class DebugCommentAction : public MatchAction { class
3061 DebugCommentAction(StringRef S) : S(std::string(S)) {} in DebugCommentAction() function in __anoncee47b830111::DebugCommentAction
5160 M.addAction<DebugCommentAction>(llvm::to_string(*P.getSrcPattern()) + in runOnPattern()