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

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 1 //===- CallingConvEmitter.cpp - Generate calling conventions --------------===//
23 class CallingConvEmitter {
26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {}
37 void CallingConvEmitter::run(raw_ostream &O) {
58 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) {
78 void CallingConvEmitter::EmitAction(Record *Action,
234 CallingConvEmitter(RK).run(OS);
Android.mk 7 CallingConvEmitter.cpp \

Completed in 38 milliseconds