Lines Matching refs:printString
590 W.printString("Magic", StringRef(DH->Magic, sizeof(DH->Magic))); in printDOSHeader()
679 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()
821 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
839 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
859 W.printString("FrameFunc", FrameFunc); in printCodeViewSymbolSection()
879 W.printString("LinkageName", Name); in printCodeViewSymbolSection()
921 W.printString("StepInto", StringRef("Always")); in printCodeViewSymbolSection()
923 W.printString("StepInto", StringRef("Never")); in printCodeViewSymbolSection()
1197 W.printString("Symbol", SymbolName.empty() ? "-" : SymbolName); in printRelocation()
1255 W.printString("Name", SymbolName); in printSymbol()
1301 W.printString("FileName", Name.rtrim(StringRef("\0", 1))); in printSymbol()
1419 W.printString("Name", Name); in printCOFFImports()
1433 W.printString("Name", Name); in printCOFFImports()
1458 W.printString("Name", Name); in printCOFFExports()
1474 W.printString("Directive(s)", Contents); in printCOFFDirectives()
1499 W.printString("Type", getBaseRelocTypeName(Type)); in printCOFFBaseReloc()