Home
last modified time | relevance | path

Searched refs:EmitProto (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp47 void EmitProto(raw_ostream &OS, StringRef N, const Record *R);
96 EmitProto(OS, N, Opcode); in run()
227 void ClangOpcodesEmitter::EmitProto(raw_ostream &OS, StringRef N, in EmitProto() function in ClangOpcodesEmitter