Lines Matching refs:outs
27 outs() << '\n'; in dumpCOFFImportFile()
28 outs() << "File: " << File->getFileName() << "\n"; in dumpCOFFImportFile()
29 outs() << "Format: COFF-import-file\n"; in dumpCOFFImportFile()
33 case COFF::IMPORT_CODE: outs() << "Type: code\n"; break; in dumpCOFFImportFile()
34 case COFF::IMPORT_DATA: outs() << "Type: data\n"; break; in dumpCOFFImportFile()
35 case COFF::IMPORT_CONST: outs() << "Type: const\n"; break; in dumpCOFFImportFile()
39 case COFF::IMPORT_ORDINAL: outs() << "Name type: ordinal\n"; break; in dumpCOFFImportFile()
40 case COFF::IMPORT_NAME: outs() << "Name type: name\n"; break; in dumpCOFFImportFile()
41 case COFF::IMPORT_NAME_NOPREFIX: outs() << "Name type: noprefix\n"; break; in dumpCOFFImportFile()
42 case COFF::IMPORT_NAME_UNDECORATE: outs() << "Name type: undecorate\n"; break; in dumpCOFFImportFile()
46 outs() << "Symbol: "; in dumpCOFFImportFile()
47 Sym.printName(outs()); in dumpCOFFImportFile()
48 outs() << "\n"; in dumpCOFFImportFile()