Lines Matching refs:printString
405 W.printString("Magic", StringRef(DH->Magic, sizeof(DH->Magic))); in printDOSHeader()
546 W.printString("LinkageName", LinkageName); in printCodeViewSection()
591 W.printString("LinkageName", Name); in printCodeViewSection()
637 W.printString("Filename", Filename); in printCodeViewSection()
713 W.printString("DisplayName", DisplayName); in printCodeViewSymbolsSubsection()
714 W.printString("Section", SectionName); in printCodeViewSymbolsSubsection()
844 W.printString("Symbol", SymbolName.empty() ? "-" : SymbolName); in printRelocation()
902 W.printString("Name", SymbolName); in printSymbol()
948 W.printString("FileName", Name.rtrim(StringRef("\0", 1))); in printSymbol()
1066 W.printString("Name", Name); in printCOFFImports()
1080 W.printString("Name", Name); in printCOFFImports()
1105 W.printString("Name", Name); in printCOFFExports()
1121 W.printString("Directive(s)", Contents); in printCOFFDirectives()
1146 W.printString("Type", getBaseRelocTypeName(Type)); in printCOFFBaseReloc()