reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2374 OS << "#include \"llvm/MC/MCInst.h\"\n"; 2375 OS << "#include \"llvm/Support/Debug.h\"\n"; 2376 OS << "#include \"llvm/Support/DataTypes.h\"\n"; 2377 OS << "#include \"llvm/Support/LEB128.h\"\n"; 2378 OS << "#include \"llvm/Support/raw_ostream.h\"\n"; 2379 OS << "#include <assert.h>\n"; 2380 OS << '\n'; 2381 OS << "namespace llvm {\n\n"; 2383 emitFieldFromInstruction(OS); 2502 emitTable(OS, TableInfo.Table, 0, FC.getBitWidth(), Opc.first.first); 2503 OS.flush(); 2507 emitPredicateFunction(OS, TableInfo.Predicates, 0); 2510 emitDecoderFunction(OS, TableInfo.Decoders, 0); 2513 emitDecodeInstruction(OS); 2515 OS << "\n} // end namespace llvm\n";