Searched refs:printString (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp25 Writer.printString("File", File->getFileName());
26 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");
H A DWindowsResourceDumper.cpp58 SW.printString("Resource type (string)", NarrowStr);
63 SW.printString("Resource type (int)", IDStr);
68 SW.printString("Resource name (string)", NarrowStr);
H A DWasmDumper.cpp103 W.printString("Symbol", SymName);
165 W.printString("Name", WasmSec.Name);
181 W.printString("Name", Seg.Name);
219 W.printString("Name", Symbol.Info.Name);
225 W.printString("ImportName", *Symbol.Info.ImportName);
228 W.printString("ImportModule", *Symbol.Info.ImportModule);
H A DWin64EHDumper.cpp208 SW.printString("StartAddress",
210 SW.printString("EndAddress",
212 SW.printString("UnwindInfoAddress",
287 SW.printString("FrameRegister", StringRef("-"));
288 SW.printString("FrameOffset", StringRef("-"));
309 SW.printString("Handler",
H A DMachODumper.cpp772 W.printString("Cmd", Cmd);
774 W.printString("Platform",
776 W.printString("Version", MachOObjectFile::getVersionString(BVC.minos));
778 W.printString("SDK", MachOObjectFile::getVersionString(BVC.sdk));
780 W.printString("SDK", StringRef("n/a"));
785 W.printString("Cmd", Cmd);
793 W.printString("Version", Version);
804 W.printString("SDK", SDK);
841 W.printString("Cmd", MOSegment.CmdName);
842 W.printString("Nam
[all...]
H A DARMEHABIPrinter.h467 SW.printString("Model", StringRef("Compact"));
484 SW.printString("Model", StringRef("Generic"));
489 SW.printString("PersonalityRoutineName", *Name);
538 SW.printString("FunctionName", *Name);
541 SW.printString("Model", StringRef("CantUnwind"));
546 SW.printString("Model", StringRef("Compact (Inline)"));
558 SW.printString("ExceptionHandlingTable", *Name);
580 SW.printString("SectionName", *SectionName);
H A DXCOFFDumper.cpp150 W.printString("IsSigned", Reloc.isRelocationSigned() ? "Yes" : "No");
177 W.printString("Name", FileName);
321 W.printString("Name", SymbolName);
328 W.printString("Section", SectionName);
452 W.printString("Name", Sec.getName());
465 W.printString("Name", Sec.getName());
H A DCOFFDumper.cpp654 W.printString("Magic", StringRef(DH->Magic, sizeof(DH->Magic)));
751 W.printString("PDBFileName", PDBFileName);
1061 W.printString("LinkageName", LinkageName);
1086 W.printString("LinkageName", LinkageName);
1118 W.printString(Stmt);
1138 W.printString("LinkageName", Name);
1165 W.printString("StepInto", StringRef("Always"));
1167 W.printString("StepInto", StringRef("Never"));
1435 W.printString("Symbol", SymbolName.empty() ? "-" : SymbolName);
1494 W.printString("Nam
[all...]
H A DDwarfCFIEHPrinter.h111 W.printString("Corresponding Section", *NameOrErr);
204 W.printString("augmentation", CIE->getAugmentationString());
H A Dllvm-readobj.cpp456 Writer.printString("File", FileStr);
459 Writer.printString("Format", Obj->getFileFormatName());
460 Writer.printString("Arch", Triple::getArchTypeName(
462 Writer.printString(
H A DARMWinEHPrinter.cpp914 SW.printString("Routine", formatSymbol(*Name, Address));
966 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
988 SW.printString("ExceptionRecord", formatSymbol(*Name, Address));
1003 SW.printString("ExceptionRecord", formatSymbol("", Address));
1049 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
H A DELFDumper.cpp2858 W.printString("LoadName", SOName);
6146 W.printString("SectionHeaderCount",
6148 W.printString("StringTableSectionIndex",
6529 W.printString("Symbol", !SymbolName.empty() ? SymbolName : "-");
6597 W.printString("Name", this->dumper()->getFullSymbolName(
6621 W.printString("Name", D.Name.c_str());
6646 W.printString("FileName", VN.File.c_str());
6654 W.printString("Name", Aux.Name.c_str());
6739 W.printString("ABI", "<corrupt GNU_ABI_TAG>");
6741 W.printString("O
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp130 W.printString("BlockName", Block.Name);
131 W.printString("LinkageName", LinkageName);
136 W.printString("Name", Thunk.Name);
167 W.printString("Name", Section.Name);
179 W.printString("Name", CoffGroup.Name);
187 W.printString("VarName", BPRel.Name);
208 W.printString("LinkageName", LinkageName);
216 W.printString(Entry);
226 W.printString("Name", FileStatic.Name);
233 W.printString("Nam
[all...]
H A DTypeDumpVisitor.cpp220 W->printString("StringData", String.getString());
254 W->printString("Name", Class.getName());
256 W->printString("LinkageName", Class.getUniqueName());
266 W->printString("Name", Union.getName());
268 W->printString("LinkageName", Union.getUniqueName());
279 W->printString("Name", Enum.getName());
281 W->printString("LinkageName", Enum.getUniqueName());
289 W->printString("Name", AT.getName());
297 W->printString("VFTableName", VFT.getName());
299 W->printString("MethodNam
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp48 sw->printString("TagName", tagName);
64 sw->printString("TagName", tagName);
65 sw->printString("Value", desc);
81 sw->printString("TagName", tagName);
83 sw->printString("Description", valueDesc);
129 sw->printString("Vendor", vendorName);
H A DARMAttributeParser.cpp76 sw->printString("TagName", tagName);
77 sw->printString("Value", desc);
291 sw->printString("TagName",
296 sw->printString("Description", StringRef("No Specific Requirements"));
299 sw->printString("Description", StringRef("AEABI Conformant"));
302 sw->printString("Description", StringRef("AEABI Non-Conformant"));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h258 void printString(StringRef Value) { startLine() << Value << "\n"; } function in class:llvm::ScopedPrinter
260 void printString(StringRef Label, StringRef Value) { function in class:llvm::ScopedPrinter
264 void printString(StringRef Label, const std::string &Value) { function in class:llvm::ScopedPrinter
265 printString(Label, StringRef(Value));
268 void printString(StringRef Label, const char* Value) { function in class:llvm::ScopedPrinter
269 printString(Label, StringRef(Value));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1651 void printString(StringRef Name, StringRef Value,
1693 printString("checksum", Checksum.Value, /* ShouldSkipEmpty */ false);
1696 void MDFieldPrinter::printString(StringRef Name, StringRef Value, function in class:MDFieldPrinter
1825 Printer.printString("header", N->getHeader());
1896 Printer.printString("name", N->getName(), /* ShouldSkipEmpty */ false);
1910 Printer.printString("name", N->getName());
1925 Printer.printString("name", N->getName());
1948 Printer.printString("name", N->getName());
1962 Printer.printString("identifier", N->getIdentifier());
1984 Printer.printString("filenam
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp170 W.printString("Incorrectly terminated list.");
235 W.printString("EMPTY");
250 W.printString("Invalid section offset");
368 W.printString("Format", dwarf::FormatString(Format));
738 W.printString("EMPTY");
742 W.printString("Name index is invalid");

Completed in 219 milliseconds