Searched refs:printActionValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.h58 virtual void printActionValue(action_type A, raw_ostream &OS);
H A DDFAEmitter.cpp157 printActionValue(A, OS);
165 void DfaEmitter::printActionValue(action_type A, raw_ostream &OS) { OS << A; } function in class:DfaEmitter
252 void printActionValue(action_type A, raw_ostream &OS) override;
376 void CustomDfaEmitter::printActionValue(action_type A, raw_ostream &OS) { function in class:CustomDfaEmitter

Completed in 107 milliseconds