Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangOpcodesEmitter.cpp49 void EmitProto(raw_ostream &OS, StringRef N, Record *R);
98 EmitProto(OS, N, Opcode); in run()
203 void ClangOpcodesEmitter::EmitProto(raw_ostream &OS, StringRef N, Record *R) { in EmitProto() function in ClangOpcodesEmitter