Searched refs:emitDecls (Results 1 – 5 of 5) sorted by relevance
44 static bool emitDecls(const RecordKeeper &recordKeeper, llvm::StringRef dialect, in emitDecls() function118 return emitDecls(records, dialect, os); in __anona2de94610102()
202 static void emitDecls(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls() function215 emitDecls(records, os); in __anon746dad500102()
581 bool emitDecls(StringRef selectedDialect);636 bool DefGenerator::emitDecls(StringRef selectedDialect) { in emitDecls() function in DefGenerator936 return generator.emitDecls(attrDialect); in __anon07f336460e02()958 return generator.emitDecls(typeDialect); in __anon07f336461002()
87 void emitDecls(const Module &M);
294 void WebAssemblyAsmPrinter::emitDecls(const Module &M) { in emitDecls() function in WebAssemblyAsmPrinter392 emitDecls(M); in emitEndOfAsmFile()560 emitDecls(*MMI->getModule()); in emitConstantPool()