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

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
71 EmitAction(CCActions->getElementAsRecord(i), 2, O);
78 void CallingConvEmitter::EmitAction(Record *Action, function in class:CallingConvEmitter
101 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);

Completed in 42 milliseconds