Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp25 Writer.printString("File", File->getFileName()); in dumpCOFFImportFile()
26 Writer.printString("Format", File->getFileFormatName()); 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()
49 Writer.printString("Nam in dumpCOFFImportFile()
[all...]
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 DMachODumper.cpp862 W.printString("Cmd", Cmd); in printMachOVersionMin()
864 W.printString("Platform", in printMachOVersionMin()
866 W.printString("Version", MachOObjectFile::getVersionString(BVC.minos)); in printMachOVersionMin()
868 W.printString("SDK", MachOObjectFile::getVersionString(BVC.sdk)); in printMachOVersionMin()
870 W.printString("SDK", StringRef("n/a")); in printMachOVersionMin()
875 W.printString("Cmd", Cmd); in printMachOVersionMin()
883 W.printString("Version", Version); in printMachOVersionMin()
894 W.printString("SDK", SDK); in printMachOVersionMin()
931 W.printString("Cmd", MOSegment.CmdName); in printMachOSegment()
932 W.printString("Nam in printMachOSegment()
[all...]
H A DObjDumper.cpp95 W.printString("File", FileStr); in printFileSummary()
96 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
97 W.printString("Arch", Triple::getArchTypeName(Obj.getArch())); in printFileSummary()
98 W.printString("AddressSize", in printFileSummary()
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.cpp698 W.printString("Magic", StringRef(DH->Magic, sizeof(DH->Magic))); in printDOSHeader()
797 W.printString( in printCOFFDebugDirectory()
801 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()
1229 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
1254 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
1286 W.printString(Stmt); in printCodeViewSymbolSection()
1306 W.printString("LinkageName", Name); in printCodeViewSymbolSection()
1334 W.printString("StepInto", StringRef("Always")); in printCodeViewSymbolSection()
1336 W.printString("StepInto", StringRef("Never")); in printCodeViewSymbolSection()
1604 W.printString("Symbol", SymbolName.empty() ? "-" : SymbolName); in printRelocation()
[all …]
H A DELFDumper.cpp2575 W.printString(L); in printNeededLibraries()
2847 W.printString("LoadName", SOName); in printLoadName()
3557 this->W.printString("File", FileStr); in printFileSummary()
7063 W.printString("Type", TypeStr + " (0x" + utohexstr(E.e_type) + ")"); in printFileHeaders()
7136 W.printString("SectionHeaderCount", in printFileHeaders()
7138 W.printString("StringTableSectionIndex", in printFileHeaders()
7154 W.printString("Signature", G.Signature); in printGroupSections()
7454 this->W.printString(Flag.Name); in printAuxillaryDynamicTableEntryInfo()
7459 this->W.printString("Name", this->getDynamicString(Entry.getVal())); in printAuxillaryDynamicTableEntryInfo()
7464 this->W.printString("Library", this->getDynamicString(Entry.getVal())); in printAuxillaryDynamicTableEntryInfo()
[all …]
H A DXCOFFDumper.cpp255 W.printString("Name", opts::Demangle ? demangle(SymbolName) : SymbolName); in printLoaderSectionSymbolsHelper()
333 W.printString("IsSigned", IsRelocationSigned(Info) ? "Yes" : "No"); in printLoaderSectionRelocationEntry()
475 W.printString("IsSigned", Reloc.isRelocationSigned() ? "Yes" : "No"); in printRelocation()
542 W.printString("Name", FileName); in printFileAuxEnt()
761 W.printString("Name", opts::Demangle ? demangle(SymbolName) : SymbolName); in printSymbol()
767 W.printString("Section", SectionName); in printSymbol()
1012 W.printString("Name", Sec.getName()); in printOverflowSectionHeader()
1025 W.printString("Name", Sec.getName()); in printGenericSectionHeader()
H A DDwarfCFIEHPrinter.h109 W.printString("Corresponding Section", *NameOrErr); in printEHFrameHdr()
205 W.printString("augmentation", CIE->getAugmentationString()); in printEHFrame()
H A DARMWinEHPrinter.cpp1132 SW.printString("Routine", formatSymbol(*Name, Address, SymbolOffset)); in dumpUnpackedEntry()
1172 SW.printString("Function", in dumpUnpackedEntry()
1184 SW.printString("ExceptionRecord", in dumpUnpackedEntry()
1197 SW.printString("ExceptionRecord", formatSymbol("", XDataAddress)); in dumpUnpackedEntry()
1231 SW.printString("Function", in dumpPackedEntry()
1330 SW.printString("Function", in dumpPackedARM64Entry()
/freebsd/contrib/llvm-project/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("Nam in visitKnownRecord()
[all...]
H A DTypeDumpVisitor.cpp221 W->printString("StringData", String.getString()); in visitKnownRecord()
255 W->printString("Name", Class.getName()); in visitKnownRecord()
257 W->printString("LinkageName", Class.getUniqueName()); in visitKnownRecord()
267 W->printString("Name", Union.getName()); in visitKnownRecord()
269 W->printString("LinkageName", Union.getUniqueName()); in visitKnownRecord()
280 W->printString("Name", Enum.getName()); in visitKnownRecord()
282 W->printString("LinkageName", Enum.getUniqueName()); in visitKnownRecord()
290 W->printString("Name", AT.getName()); in visitKnownRecord()
298 W->printString("VFTableName", VFT.getName()); in visitKnownRecord()
300 W->printString("MethodName", N); in visitKnownRecord()
[all …]
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp575 W.printString("Name", Class.getName()); in visitKnownRecord()
593 W.printString("Name", Enum.getName()); in visitKnownRecord()
607 W.printString("Name", Func.getName()); in visitKnownRecord()
634 W.printString("StringData", String.getString()); in visitKnownRecord()
659 W.printString("Name", Union.getName()); in visitKnownRecord()
661 W.printString("UniqueName", Union.getUniqueName()); in visitKnownRecord()
794 W.printString("BlockName", Block.Name); in visitKnownRecord()
823 W.printString("VarName", Local.Name); in visitKnownRecord()
878 W.printString("VarName", Local.Name); in visitKnownRecord()
944 W.printString("VersionName", Compile2.Version); in visitKnownRecord()
[all …]
H A DLVCodeViewReader.cpp374 W.printString("Guid", formatv("{0}", TS.getGuid()).str()); in loadTypeServer()
376 W.printString("Name", TS.getName()); in loadTypeServer()
432 W.printString("PrecompFile", Precomp.getPrecompFilePath()); in loadPrecompiledObject()
727 LLVM_DEBUG({ W.printString("Symbol Name", SymbolName); }); in traverseSymbolSection()
750 W.printString("Symbol Name", SymbolName); in traverseSymbolSection()
841 W.printString("Name", SymbolName); in mapRangeAddress()
1162 W.printString("File", getFileName().str()); in createScopes()
1163 W.printString("Exe", ExePath); in createScopes()
1164 W.printString("Format", FileFormatName); in createScopes()
H A DLVDWARFReader.cpp807 W.printString("File", Obj.getFileName().str()); in createScopes()
808 W.printString("Format", FileFormatName); in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1814 void printString(StringRef Name, StringRef Value,
1857 printString("checksum", Checksum.Value, /* ShouldSkipEmpty */ false); in printChecksum()
1860 void MDFieldPrinter::printString(StringRef Name, StringRef Value, in printString() function in MDFieldPrinter
1987 Printer.printString("header", N->getHeader()); in writeGenericDINode()
2116 Printer.printString("name", N->getName(), /* ShouldSkipEmpty */ false); in writeDIEnumerator()
2130 Printer.printString("name", N->getName()); in writeDIBasicType()
2145 Printer.printString("name", N->getName()); in writeDIStringType()
2162 Printer.printString("name", N->getName()); in writeDIDerivedType()
2195 Printer.printString("name", N->getName()); in writeDICompositeType()
2209 Printer.printString("identifier", N->getIdentifier()); in writeDICompositeType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp180 W.printString("Incorrectly terminated list."); in dumpName()
246 W.printString("EMPTY"); in dump()
261 W.printString("Invalid section offset"); in dump()
434 W.printString("Format", dwarf::FormatString(Format)); in dump()
902 W.printString("EMPTY"); in dumpBucket()
906 W.printString("Name index is invalid"); in dumpBucket()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h361 virtual void printString(StringRef Value) { startLine() << Value << "\n"; } in printString() function
363 virtual void printString(StringRef Label, StringRef Value) { in printString() function
413 printString(Label, to_string(Value)); in printObject()
687 void printString(StringRef Value) override { JOS.value(Value); } in printString() function
689 void printString(StringRef Label, StringRef Value) override { in printString() function