Home
last modified time | relevance | path

Searched refs:printString (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp25 Writer.printString("File", File->getFileName()); in dumpCOFFImportFile()
26 Writer.printString("Format", "COFF-import-file"); in dumpCOFFImportFile()
30 case COFF::IMPORT_CODE: Writer.printString("Type", "code"); break; in dumpCOFFImportFile()
31 case COFF::IMPORT_DATA: Writer.printString("Type", "data"); break; in dumpCOFFImportFile()
32 case COFF::IMPORT_CONST: Writer.printString("Type", "const"); break; in dumpCOFFImportFile()
37 Writer.printString("Name type", "ordinal"); in dumpCOFFImportFile()
40 Writer.printString("Name type", "name"); in dumpCOFFImportFile()
43 Writer.printString("Name type", "noprefix"); in dumpCOFFImportFile()
46 Writer.printString("Name type", "undecorate"); in dumpCOFFImportFile()
H A DWindowsResourceDumper.cpp57 SW.printString("Resource type (string)", NarrowStr); in printEntry()
62 SW.printString("Resource type (int)", IDStr); in printEntry()
67 SW.printString("Resource name (string)", NarrowStr); in printEntry()
H A DWasmDumper.cpp102 W.printString("Symbol", SymName); in printRelocation()
164 W.printString("Name", WasmSec.Name); in printSectionHeaders()
180 W.printString("Name", Seg.Name); in printSectionHeaders()
223 W.printString("Name", Symbol.Info.Name); in printSymbol()
229 W.printString("ImportName", *Symbol.Info.ImportName); in printSymbol()
232 W.printString("ImportModule", *Symbol.Info.ImportModule); in printSymbol()
H A DWin64EHDumper.cpp245 SW.printString("StartAddress", in printRuntimeFunctionEntry()
247 SW.printString("EndAddress", in printRuntimeFunctionEntry()
250 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry()
325 SW.printString("FrameRegister", StringRef("-")); in printUnwindInfo()
326 SW.printString("FrameOffset", StringRef("-")); in printUnwindInfo()
347 SW.printString("Handler", in printUnwindInfo()
H A DObjDumper.cpp93 W.printString("File", FileStr); in printFileSummary()
94 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
95 W.printString("Arch", Triple::getArchTypeName(Obj.getArch())); in printFileSummary()
96 W.printString("AddressSize", in printFileSummary()
H A DMachODumper.cpp860 W.printString("Cmd", Cmd); in printMachOVersionMin()
862 W.printString("Platform", in printMachOVersionMin()
864 W.printString("Version", MachOObjectFile::getVersionString(BVC.minos)); in printMachOVersionMin()
866 W.printString("SDK", MachOObjectFile::getVersionString(BVC.sdk)); in printMachOVersionMin()
868 W.printString("SDK", StringRef("n/a")); in printMachOVersionMin()
873 W.printString("Cmd", Cmd); in printMachOVersionMin()
881 W.printString("Version", Version); in printMachOVersionMin()
892 W.printString("SDK", SDK); in printMachOVersionMin()
929 W.printString("Cmd", MOSegment.CmdName); in printMachOSegment()
930 W.printString("Name", MOSegment.SegName); in printMachOSegment()
[all …]
H A DARMEHABIPrinter.h481 SW.printString("Model", StringRef("Compact")); in PrintExceptionTable()
498 SW.printString("Model", StringRef("Generic")); in PrintExceptionTable()
507 SW.printString("PersonalityRoutineName", *Name); in PrintExceptionTable()
580 SW.printString("FunctionName", *Name); in PrintIndexTable()
583 SW.printString("Model", StringRef("CantUnwind")); in PrintIndexTable()
588 SW.printString("Model", StringRef("Compact (Inline)")); in PrintIndexTable()
609 SW.printString("ExceptionHandlingTable", *Name); in PrintIndexTable()
635 SW.printString("SectionName", *SectionName); in PrintUnwindInformation()
H A DCOFFDumper.cpp695 W.printString("Magic", StringRef(DH->Magic, sizeof(DH->Magic))); in printDOSHeader()
796 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()
1139 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
1164 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
1196 W.printString(Stmt); in printCodeViewSymbolSection()
1216 W.printString("LinkageName", Name); in printCodeViewSymbolSection()
1243 W.printString("StepInto", StringRef("Always")); in printCodeViewSymbolSection()
1245 W.printString("StepInto", StringRef("Never")); in printCodeViewSymbolSection()
1513 W.printString("Symbol", SymbolName.empty() ? "-" : SymbolName); in printRelocation()
1572 W.printString("Name", SymbolName); in printSymbol()
[all …]
H A DXCOFFDumper.cpp252 W.printString("Name", SymbolNameOrErr.get()); in printLoaderSectionSymbolsHelper()
329 W.printString("IsSigned", IsRelocationSigned(Info) ? "Yes" : "No"); in printLoaderSectionRelocationEntry()
469 W.printString("IsSigned", Reloc.isRelocationSigned() ? "Yes" : "No"); in printRelocation()
535 W.printString("Name", FileName); in printFileAuxEnt()
754 W.printString("Name", SymbolName); in printSymbol()
760 W.printString("Section", SectionName); in printSymbol()
994 W.printString("Name", Sec.getName()); in printOverflowSectionHeader()
1007 W.printString("Name", Sec.getName()); in printGenericSectionHeader()
H A DELFDumper.cpp2633 W.printString("LoadName", SOName); in printLoadName()
3313 this->W.printString("File", FileStr); in printFileSummary()
6543 W.printString("Type", TypeStr + " (0x" + utohexstr(E.e_type) + ")"); in printFileHeaders()
6594 W.printString("SectionHeaderCount", in printFileHeaders()
6596 W.printString("StringTableSectionIndex", in printFileHeaders()
6948 W.printString("Name", in printVersionSymbolSection()
6977 W.printString("Name", D.Name.c_str()); in printVersionDefinitionSection()
7001 W.printString("FileName", VN.File.c_str()); in printVersionDependencySection()
7009 W.printString("Name", Aux.Name.c_str()); in printVersionDependencySection()
7143 W.printString("Name", FuncName); in printBBAddrMaps()
[all …]
H A DDwarfCFIEHPrinter.h109 W.printString("Corresponding Section", *NameOrErr); in printEHFrameHdr()
206 W.printString("augmentation", CIE->getAugmentationString()); in printEHFrame()
H A DARMWinEHPrinter.cpp1124 SW.printString("Routine", formatSymbol(*Name, Address, SymbolOffset)); in dumpXDataRecord()
1164 SW.printString("Function", in dumpUnpackedEntry()
1176 SW.printString("ExceptionRecord", in dumpUnpackedEntry()
1189 SW.printString("ExceptionRecord", formatSymbol("", XDataAddress)); in dumpUnpackedEntry()
1223 SW.printString("Function", in dumpPackedEntry()
1322 SW.printString("Function", in dumpPackedARM64Entry()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp128 W.printString("BlockName", Block.Name); in visitKnownRecord()
129 W.printString("LinkageName", LinkageName); in visitKnownRecord()
134 W.printString("Name", Thunk.Name); in visitKnownRecord()
165 W.printString("Name", Section.Name); in visitKnownRecord()
177 W.printString("Name", CoffGroup.Name); in visitKnownRecord()
185 W.printString("VarName", BPRel.Name); in visitKnownRecord()
206 W.printString("LinkageName", LinkageName); in visitKnownRecord()
214 W.printString(Entry); in visitKnownRecord()
224 W.printString("Name", FileStatic.Name); in visitKnownRecord()
231 W.printString("Name", Export.Name); in visitKnownRecord()
[all …]
H A DTypeDumpVisitor.cpp220 W->printString("StringData", String.getString()); in visitKnownRecord()
254 W->printString("Name", Class.getName()); in visitKnownRecord()
256 W->printString("LinkageName", Class.getUniqueName()); in visitKnownRecord()
266 W->printString("Name", Union.getName()); in visitKnownRecord()
268 W->printString("LinkageName", Union.getUniqueName()); in visitKnownRecord()
279 W->printString("Name", Enum.getName()); in visitKnownRecord()
281 W->printString("LinkageName", Enum.getUniqueName()); in visitKnownRecord()
289 W->printString("Name", AT.getName()); in visitKnownRecord()
297 W->printString("VFTableName", VFT.getName()); in visitKnownRecord()
299 W->printString("MethodName", N); in visitKnownRecord()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp46 sw->printString("TagName", tagName); in integerAttribute()
62 sw->printString("TagName", tagName); in stringAttribute()
63 sw->printString("Value", desc); in stringAttribute()
79 sw->printString("TagName", tagName); in printAttribute()
81 sw->printString("Description", valueDesc); in printAttribute()
127 sw->printString("Vendor", vendorName); in parseSubsection()
H A DARMAttributeParser.cpp81 sw->printString("TagName", tagName); in stringAttribute()
82 sw->printString("Value", desc); in stringAttribute()
293 sw->printString("TagName", in compatibility()
298 sw->printString("Description", StringRef("No Specific Requirements")); in compatibility()
301 sw->printString("Description", StringRef("AEABI Conformant")); in compatibility()
304 sw->printString("Description", StringRef("AEABI Non-Conformant")); in compatibility()
450 sw->printString("TagName", in also_compatible_with()
454 sw->printString("Description", Description); in also_compatible_with()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp1679 void printString(StringRef Name, StringRef Value,
1722 printString("checksum", Checksum.Value, /* ShouldSkipEmpty */ false); in printChecksum()
1725 void MDFieldPrinter::printString(StringRef Name, StringRef Value, in printString() function in MDFieldPrinter
1852 Printer.printString("header", N->getHeader()); in writeGenericDINode()
1981 Printer.printString("name", N->getName(), /* ShouldSkipEmpty */ false); in writeDIEnumerator()
1995 Printer.printString("name", N->getName()); in writeDIBasicType()
2010 Printer.printString("name", N->getName()); in writeDIStringType()
2027 Printer.printString("name", N->getName()); in writeDIDerivedType()
2050 Printer.printString("name", N->getName()); in writeDICompositeType()
2064 Printer.printString("identifier", N->getIdentifier()); in writeDICompositeType()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp169 W.printString("Incorrectly terminated list."); in dumpName()
234 W.printString("EMPTY"); in dump()
249 W.printString("Invalid section offset"); in dump()
368 W.printString("Format", dwarf::FormatString(Format)); in dump()
738 W.printString("EMPTY"); in dumpBucket()
742 W.printString("Name index is invalid"); in dumpBucket()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h341 virtual void printString(StringRef Value) { startLine() << Value << "\n"; } in printString() function
343 virtual void printString(StringRef Label, StringRef Value) { in printString() function
393 printString(Label, to_string(Value)); in printObject()
647 void printString(StringRef Value) override { JOS.value(Value); } in printString() function
649 void printString(StringRef Label, StringRef Value) override { in printString() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp792 W.printString("File", Obj.getFileName().str()); in createScopes()
793 W.printString("Format", FileFormatName); in createScopes()