Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp41 void EmitDisasm(raw_ostream &OS, StringRef N, const Record *R);
95 EmitDisasm(OS, N, Opcode); in run()
171 void ClangOpcodesEmitter::EmitDisasm(raw_ostream &OS, StringRef N, in EmitDisasm() function in ClangOpcodesEmitter