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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CallingConvEmitter.h 1 //===- CallingConvEmitter.h - Generate calling conventions ------*- C++ -*-===//
22 class CallingConvEmitter : public TableGenBackend {
25 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {}
  /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) {
61 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) {
81 void CallingConvEmitter::EmitAction(Record *Action,
281 CallingConvEmitter(RK).run(OS);

Completed in 213 milliseconds