HomeSort by relevance Sort by last modified time
    Searched refs:EmitAction (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CallingConvEmitter.h 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
CallingConvEmitter.cpp 55 EmitAction(CCActions->getElementAsRecord(i), 2, O);
62 void CallingConvEmitter::EmitAction(Record *Action,
85 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);

Completed in 32 milliseconds