Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2239 AK_DebugComment, enumerator
2283 : MatchAction(AK_DebugComment), S(std::string(S)) {} in DebugCommentAction()
2286 return A->getKind() == AK_DebugComment; in classof()
H A DGlobalISelMatchTable.cpp1042 return A->getKind() != MatchAction::AK_DebugComment; in emit()