Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangOpcodesEmitter.cpp40 void EmitInterp(raw_ostream &OS, StringRef N, Record *R);
96 EmitInterp(OS, N, Opcode); in run()
113 void ClangOpcodesEmitter::EmitInterp(raw_ostream &OS, StringRef N, Record *R) { in EmitInterp() function in ClangOpcodesEmitter