Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp49 void emitAction(const Record *Action, indent Indent, raw_ostream &O);
129 emitAction(Action, indent(2), O); in emitCallingConv()
150 void CallingConvEmitter::emitAction(const Record *Action, indent Indent, in emitAction() function in CallingConvEmitter
222 emitAction(Action->getValueAsDef("SubAction"), Indent + 2, O); in emitAction()