Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DDirectiveCommonGen.cpp44 static bool emitDecls(const RecordKeeper &recordKeeper, llvm::StringRef dialect, in emitDecls() function
118 return emitDecls(records, dialect, os); in __anona2de94610102()
H A DPassGen.cpp202 static void emitDecls(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls() function
215 emitDecls(records, os); in __anon746dad500102()
H A DAttrOrTypeDefGen.cpp581 bool emitDecls(StringRef selectedDialect);
636 bool DefGenerator::emitDecls(StringRef selectedDialect) { in emitDecls() function in DefGenerator
936 return generator.emitDecls(attrDialect); in __anon07f336460e02()
958 return generator.emitDecls(typeDialect); in __anon07f336461002()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h87 void emitDecls(const Module &M);
H A DWebAssemblyAsmPrinter.cpp294 void WebAssemblyAsmPrinter::emitDecls(const Module &M) { in emitDecls() function in WebAssemblyAsmPrinter
392 emitDecls(M); in emitEndOfAsmFile()
560 emitDecls(*MMI->getModule()); in emitConstantPool()