Lines Matching defs:ClangOpcodesEmitter
1 //=== ClangOpcodesEmitter.cpp - constexpr interpreter opcodes ---*- C++ -*-===//
22 class ClangOpcodesEmitter {
27 ClangOpcodesEmitter(RecordKeeper &R)
86 void ClangOpcodesEmitter::run(raw_ostream &OS) {
103 void ClangOpcodesEmitter::EmitEnum(raw_ostream &OS, StringRef N,
112 void ClangOpcodesEmitter::EmitInterp(raw_ostream &OS, StringRef N,
171 void ClangOpcodesEmitter::EmitDisasm(raw_ostream &OS, StringRef N,
190 void ClangOpcodesEmitter::EmitEmitter(raw_ostream &OS, StringRef N,
227 void ClangOpcodesEmitter::EmitProto(raw_ostream &OS, StringRef N,
265 void ClangOpcodesEmitter::EmitGroup(raw_ostream &OS, StringRef N,
359 void ClangOpcodesEmitter::EmitEval(raw_ostream &OS, StringRef N,
394 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS,
408 ClangOpcodesEmitter(Records).run(OS);