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

/freebsd-10.3-release/usr.bin/clang/tblgen/
H A DMakefile12 CallingConvEmitter.cpp \
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp1 //===- CallingConvEmitter.cpp - Generate calling conventions --------------===//
23 class CallingConvEmitter { class in namespace:__anon3848
26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {} function in class:__anon3848::CallingConvEmitter
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);

Completed in 57 milliseconds