reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
899 SW.printString("Routine", "(null)");
tools/llvm-readobj/COFFImportDumper.cpp26 Writer.printString("Format", "COFF-import-file"); 30 case COFF::IMPORT_CODE: Writer.printString("Type", "code"); break; 31 case COFF::IMPORT_DATA: Writer.printString("Type", "data"); break; 32 case COFF::IMPORT_CONST: Writer.printString("Type", "const"); break; 37 Writer.printString("Name type", "ordinal"); 40 Writer.printString("Name type", "name"); 43 Writer.printString("Name type", "noprefix"); 46 Writer.printString("Name type", "undecorate");tools/llvm-readobj/ELFDumper.cpp
5807 W.printString("ABI", "<corrupt GNU_ABI_TAG>");
tools/llvm-readobj/XCOFFDumper.cpp 162 W.printString("IsSigned", Reloc.isRelocationSigned() ? "Yes" : "No");