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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp31 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
85 EmitAction(CCActions->getElementAsRecord(i), 2, O);
92 void CallingConvEmitter::EmitAction(Record *Action, function in class:CallingConvEmitter
115 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);

Completed in 42 milliseconds