Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp26 Writer.printString("File", File->getFileName()); in dumpCOFFImportFile()
27 Writer.printString("Format", "COFF-import-file"); in dumpCOFFImportFile()
31 case COFF::IMPORT_CODE: Writer.printString("Type", "code"); break; in dumpCOFFImportFile()
32 case COFF::IMPORT_DATA: Writer.printString("Type", "data"); break; in dumpCOFFImportFile()
33 case COFF::IMPORT_CONST: Writer.printString("Type", "const"); break; in dumpCOFFImportFile()
38 Writer.printString("Name type", "ordinal"); in dumpCOFFImportFile()
41 Writer.printString("Name type", "name"); in dumpCOFFImportFile()
44 Writer.printString("Name type", "noprefix"); in dumpCOFFImportFile()
47 Writer.printString("Name type", "undecorate"); in dumpCOFFImportFile()
H A DWin64EHDumper.cpp169 SW.printString("StartAddress", in printRuntimeFunctionEntry()
171 SW.printString("EndAddress", in printRuntimeFunctionEntry()
173 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry()
248 SW.printString("FrameRegister", StringRef("-")); in printUnwindInfo()
249 SW.printString("FrameOffset", StringRef("-")); in printUnwindInfo()
270 SW.printString("Handler", in printUnwindInfo()
H A DMachODumper.cpp754 W.printString("Cmd", Cmd); in printMachOVersionMin()
756 W.printString("Platform", in printMachOVersionMin()
762 W.printString("SDK", StringRef("n/a")); in printMachOVersionMin()
767 W.printString("Cmd", Cmd); in printMachOVersionMin()
775 W.printString("Version", Version); in printMachOVersionMin()
786 W.printString("SDK", SDK); in printMachOVersionMin()
823 W.printString("Cmd", MOSegment.CmdName); in printMachOSegment()
824 W.printString("Name", MOSegment.SegName); in printMachOSegment()
830 W.printString("maxprot", getMask(MOSegment.maxprot)); in printMachOSegment()
831 W.printString("initprot", getMask(MOSegment.initprot)); in printMachOSegment()
[all …]
H A DWasmDumper.cpp98 W.printString("Symbol", SymName); in printRelocation()
160 W.printString("Name", WasmSec.Name); in printSectionHeaders()
176 W.printString("Name", Seg.Name); in printSectionHeaders()
210 W.printString("Name", Symbol.Info.Name); in printSymbol()
H A DARMEHABIPrinter.h465 SW.printString("Model", StringRef("Compact")); in PrintExceptionTable()
482 SW.printString("Model", StringRef("Generic")); in PrintExceptionTable()
487 SW.printString("PersonalityRoutineName", *Name); in PrintExceptionTable()
536 SW.printString("FunctionName", *Name); in PrintIndexTable()
539 SW.printString("Model", StringRef("CantUnwind")); in PrintIndexTable()
544 SW.printString("Model", StringRef("Compact (Inline)")); in PrintIndexTable()
555 SW.printString("ExceptionHandlingTable", *Name); in PrintIndexTable()
576 SW.printString("SectionName", *SectionName); in PrintUnwindInformation()
H A DWindowsResourceDumper.cpp59 SW.printString("Resource type (string)", NarrowStr); in printEntry()
65 SW.printString("Resource name (string)", NarrowStr); in printEntry()
H A DCOFFDumper.cpp755 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()
1034 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
1055 W.printString("LinkageName", LinkageName); in printCodeViewSymbolSection()
1086 W.printString(Stmt); in printCodeViewSymbolSection()
1106 W.printString("LinkageName", Name); in printCodeViewSymbolSection()
1440 W.printString("Name", SymbolName); in printSymbol()
1625 W.printString("Name", Name); in printCOFFImports()
1645 W.printString("Name", Name); in printCOFFImports()
1670 W.printString("Name", Name); in printCOFFExports()
1686 W.printString("Directive(s)", Contents); in printCOFFDirectives()
[all …]
H A Dllvm-readobj.cpp438 Writer.printString("File", Obj->getFileName()); in dumpObject()
439 Writer.printString("Format", Obj->getFileFormatName()); in dumpObject()
440 Writer.printString("Arch", Triple::getArchTypeName( in dumpObject()
442 Writer.printString("AddressSize", in dumpObject()
H A DELFDumper.cpp668 W.printString("Name", in printVersionDefinitionSection()
679 W.printString("Predecessor", in printVersionDefinitionSection()
718 W.printString("FileName", in printVersionDependencySection()
729 W.printString("Name", in printVersionDependencySection()
1996 W.printString("LoadName", SOName); in printLoadName()
4557 W.printString("ABI", AbiTag.ABI); in printGNUNoteLLVMStyle()
4571 W.printString(Property); in printGNUNoteLLVMStyle()
4594 W.printString("Owner", Name); in printNotes()
4605 W.printString(N.Type, N.Value); in printNotes()
4610 W.printString(N.Type, N.Value); in printNotes()
[all …]
H A DARMWinEHPrinter.cpp898 SW.printString("Routine", "(null)"); in dumpXDataRecord()
912 SW.printString("Routine", formatSymbol(*Name, Address)); in dumpXDataRecord()
963 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress)); in dumpUnpackedEntry()
985 SW.printString("ExceptionRecord", formatSymbol(*Name, Address)); in dumpUnpackedEntry()
1000 SW.printString("ExceptionRecord", formatSymbol("", Address)); in dumpUnpackedEntry()
1049 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress)); in dumpPackedEntry()
H A DDwarfCFIEHPrinter.h113 W.printString("Corresponding Section", *SectionName); in printEHFrameHdr()
202 W.printString("augmentation", CIE->getAugmentationString()); in printEHFrame()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp137 W.printString("Name", Thunk.Name); in visitKnownRecord()
168 W.printString("Name", Section.Name); in visitKnownRecord()
180 W.printString("Name", CoffGroup.Name); in visitKnownRecord()
188 W.printString("VarName", BPRel.Name); in visitKnownRecord()
217 W.printString(Entry); in visitKnownRecord()
234 W.printString("Name", Export.Name); in visitKnownRecord()
293 W.printString("Name", Constant.Name); in visitKnownRecord()
518 W.printString("Name", Public.Name); in visitKnownRecord()
526 W.printString("Name", ProcRef.Name); in visitKnownRecord()
624 W.printString("UDTName", UDT.Name); in visitKnownRecord()
[all …]
H A DTypeDumpVisitor.cpp255 W->printString("Name", Class.getName()); in visitKnownRecord()
267 W->printString("Name", Union.getName()); in visitKnownRecord()
280 W->printString("Name", Enum.getName()); in visitKnownRecord()
290 W->printString("Name", AT.getName()); in visitKnownRecord()
300 W->printString("MethodName", N); in visitKnownRecord()
307 W->printString("Name", Id.getName()); in visitKnownRecord()
351 W->printString("Name", Func.getName()); in visitKnownRecord()
358 W->printString("Name", TS.getName()); in visitKnownRecord()
499 W->printString("Name", Field.getName()); in visitKnownMember()
508 W->printString("Name", Field.getName()); in visitKnownMember()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DScopedPrinter.h259 void printString(StringRef Value) { startLine() << Value << "\n"; } in printString() function
261 void printString(StringRef Label, StringRef Value) { in printString() function
265 void printString(StringRef Label, const std::string &Value) { in printString() function
266 printString(Label, StringRef(Value)); in printString()
269 void printString(StringRef Label, const char* Value) { in printString() function
270 printString(Label, StringRef(Value)); in printString()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DARMAttributeParser.cpp109 SW->printString("TagName", TagName); in StringAttribute()
110 SW->printString("Value", ValueDesc); in StringAttribute()
125 SW->printString("TagName", TagName); in PrintAttribute()
127 SW->printString("Description", ValueDesc); in PrintAttribute()
467 SW->printString("TagName", AttrTypeAsString(Tag, /*TagPrefix*/false)); in compatibility()
470 SW->printString("Description", StringRef("No Specific Requirements")); in compatibility()
473 SW->printString("Description", StringRef("AEABI Conformant")); in compatibility()
476 SW->printString("Description", StringRef("AEABI Non-Conformant")); in compatibility()
626 SW->printString("Vendor", StringRef(VendorName, VendorNameLength)); in ParseSubsection()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1827 Printer.printString("name", N->getName()); in writeDIBasicType()
1842 Printer.printString("name", N->getName()); in writeDIDerivedType()
1865 Printer.printString("name", N->getName()); in writeDICompositeType()
1946 Printer.printString("name", N->getName()); in writeDISubprogram()
1999 Printer.printString("name", N->getName()); in writeDINamespace()
2012 Printer.printString("name", N->getName()); in writeDIMacro()
2034 Printer.printString("name", N->getName()); in writeDIModule()
2049 Printer.printString("name", N->getName()); in writeDITemplateTypeParameter()
2063 Printer.printString("name", N->getName()); in writeDITemplateValueParameter()
2074 Printer.printString("name", N->getName()); in writeDIGlobalVariable()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp171 W.printString("Incorrectly terminated list."); in dumpName()
236 W.printString("EMPTY"); in dump()
251 W.printString("Invalid section offset"); in dump()
721 W.printString("EMPTY"); in dumpBucket()
725 W.printString("Name index is invalid"); in dumpBucket()