Searched refs:ClangOpcodesEmitter (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp1 //=== ClangOpcodesEmitter.cpp - constexpr interpreter opcodes ---*- C++ -*-===//
22 class ClangOpcodesEmitter { class in namespace:__anon2441
28 ClangOpcodesEmitter(RecordKeeper &R) function in class:__anon2441::ClangOpcodesEmitter
88 void ClangOpcodesEmitter::run(raw_ostream &OS) {
105 void ClangOpcodesEmitter::EmitEnum(raw_ostream &OS, StringRef N, Record *R) {
113 void ClangOpcodesEmitter::EmitInterp(raw_ostream &OS, StringRef N, Record *R) {
157 void ClangOpcodesEmitter::EmitDisasm(raw_ostream &OS, StringRef N, Record *R) {
173 void ClangOpcodesEmitter::EmitEmitter(raw_ostream &OS, StringRef N, Record *R) {
203 void ClangOpcodesEmitter::EmitProto(raw_ostream &OS, StringRef N, Record *R) {
234 void ClangOpcodesEmitter
[all...]
/freebsd-13-stable/usr.bin/clang/clang-tblgen/
H A DMakefile16 SRCS+= ClangOpcodesEmitter.cpp

Completed in 60 milliseconds