Home
last modified time | relevance | path

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

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