Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAEmitter.cpp140 printActionType(OS); in emit()
163 void DfaEmitter::printActionType(raw_ostream &OS) { OS << "uint64_t"; } in printActionType() function in DfaEmitter
251 void printActionType(raw_ostream &OS) override;
373 void CustomDfaEmitter::printActionType(raw_ostream &OS) { OS << TypeName; } in printActionType() function in CustomDfaEmitter
H A DDFAEmitter.h56 virtual void printActionType(raw_ostream &OS);