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

  /external/swiftshader/third_party/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);
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
74 EmitAction(CCActions->getElementAsRecord(i), 2, O);
81 void CallingConvEmitter::EmitAction(Record *Action,
104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);

Completed in 163 milliseconds