Searched refs:EmitCallingConv (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp30 void EmitCallingConv(Record *CC, raw_ostream &O);
61 EmitCallingConv(CC, O);
66 void CallingConvEmitter::EmitCallingConv(Record *CC, raw_ostream &O) { function in class:CallingConvEmitter
295 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { function in namespace:llvm
H A DTableGenBackends.h68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
H A DTableGen.cpp173 EmitCallingConv(Records, OS);

Completed in 49 milliseconds