| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 148 startLine() << "]\n"; 157 startLine() << " " << hex(Flag) << "\n"; in printFlags() 161 startLine() << "]\n"; in printFlags() 205 startLine() << Label << ": "; in printVersion() 211 startLine() << Label << ": ["; in printList() 220 startLine() << Label << ": ["; in printList() 230 startLine() << Label << ": ["; in printHexList() 314 raw_ostream &startLine() { in startLine() function 355 W.startLine() << Open << '\n'; in DelimitedScope() 360 W.startLine() << N; in DelimitedScope() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 425 SW.startLine() in opcode_11101110() 441 SW.startLine() in opcode_11101111() 498 SW.startLine() in opcode_11111000() 511 SW.startLine() in opcode_11111001() 526 SW.startLine() in opcode_11111010() 584 SW.startLine() << format( in opcode_save_r19r20_x() 596 SW.startLine() << format( in opcode_save_fplr() 636 SW.startLine() << format( in opcode_save_regp() 783 SW.startLine() << format( in opcode_alloc_l() 803 SW.startLine() << format( in opcode_addfp() [all …]
|
| H A D | ObjDumper.cpp | 67 W.startLine() << format("[%6tx] ", CurrentWord - StrContent); in printAsStringList() 68 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printAsStringList() 69 W.startLine() << '\n'; in printAsStringList() 125 W.startLine() << '\n'; in printSectionsAsString() 143 W.startLine() << '\n'; in printSectionsAsHex() 159 W.startLine() << ' '; in printSectionsAsHex() 163 W.startLine() << format_hex_no_prefix(Val, 2); in printSectionsAsHex() 165 W.startLine() << ' '; in printSectionsAsHex() 176 W.startLine() << format("%*c", 8 - k * 2, ' '); in printSectionsAsHex() 180 W.startLine() << (isPrint(TmpSecPtr[i]) in printSectionsAsHex() [all …]
|
| H A D | DwarfCFIEHPrinter.h | 99 W.startLine() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress); in printEHFrameHdr() 137 W.startLine() << format("fde_count_enc: 0x%" PRIx64 "\n", FDECountEnc); in printEHFrameHdr() 143 W.startLine() << format("table_enc: 0x%" PRIx64 "\n", TableEnc); in printEHFrameHdr() 149 W.startLine() << format("eh_frame_ptr: 0x%" PRIx64 "\n", EHFramePtr); in printEHFrameHdr() 162 W.startLine() << format("address: 0x%" PRIx64 "\n", Address); in printEHFrameHdr() 177 W.startLine() << format(".eh_frame section at offset 0x%" PRIx64 in printEHFrame() 200 W.startLine() << format("[0x%" PRIx64 "] CIE length=%" PRIu64 "\n", in printEHFrame() 211 W.startLine() << format("[0x%" PRIx64 "] FDE length=%" PRIu64 in printEHFrame() 217 W.startLine() << format("initial_location: 0x%" PRIx64 "\n", in printEHFrame() 219 W.startLine() << format( in printEHFrame() [all …]
|
| H A D | StackMapPrinter.h | 26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap() 34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap() 39 W.startLine() << " Record ID: " << R.getID() in prettyPrintStackMap() 42 W.startLine() << " " << R.getNumLocations() << " locations:\n"; in prettyPrintStackMap() 46 raw_ostream &OS = W.startLine(); in prettyPrintStackMap() 70 raw_ostream &OS = W.startLine(); in prettyPrintStackMap()
|
| H A D | ARMEHABIPrinter.h | 115 SW.startLine() in Decode_1000iiii_iiiiiiii() 140 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn() 147 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn() 161 SW.startLine() in Decode_10110001_0000iiii() 171 SW.startLine() << format("0x%02X ", Opcode); in Decode_10110010_uleb128() 198 SW.startLine() << format("0x%02X ; spare\n", Opcode); in Decode_101101nn() 203 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10111nnn() 221 SW.startLine() in Decode_11000111_0000iiii() 251 SW.startLine() << format("0x%02X ; spare\n", Opcode); in Decode_11001yyy() 256 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_11000nnn() [all …]
|
| H A D | COFFImportDumper.cpp | 24 Writer.startLine() << '\n'; in dumpCOFFImportFile() 51 raw_ostream &OS = Writer.startLine(); in dumpCOFFImportFile()
|
| H A D | XCOFFDumper.cpp | 141 W.startLine() << "Section (index: " << Index << ") " << Sec.getName() in printRelocations() 157 W.startLine() << "}\n"; in printRelocations() 364 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printSymbol() 365 W.startLine() << format_bytes( in printSymbol() 407 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printSymbol() 408 W.startLine() << format_bytes( in printSymbol() 443 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printSymbol() 444 W.startLine() << format_bytes( in printSymbol()
|
| H A D | WasmDumper.cpp | 108 raw_ostream &OS = W.startLine(); in printRelocation() 132 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations() 142 W.startLine() << "}\n"; in printRelocations() 170 W.startLine() << F.Symbol << " (priority=" << F.Priority << ")\n"; in printSectionHeaders()
|
| H A D | MachODumper.cpp | 520 W.startLine() << "Section " << Name << " {\n"; in printRelocations() 530 W.startLine() << "}\n"; in printRelocations() 589 raw_ostream& OS = W.startLine(); in printRelocation() 650 W.startLine() << "PrivateExtern\n"; in printSymbol() 652 W.startLine() << "Extern\n"; in printSymbol() 665 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo() 723 W.startLine() << L << "\n"; in printNeededLibraries()
|
| H A D | WindowsResourceDumper.cpp | 79 SW.startLine() << "\n"; in printEntry()
|
| H A D | COFFDumper.cpp | 778 raw_ostream &OS = W.startLine(); in printRVATable() 1418 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations() 1428 W.startLine() << "}\n"; in printRelocations() 1458 raw_ostream& OS = W.startLine(); in printRelocation() 1497 W.startLine() << "Invalid section number: " << Symbol.getSectionNumber() in printSymbol() 1594 W.startLine() << "<unhandled auxiliary record>\n"; in printSymbol() 1644 W.startLine() << L << "\n"; in printNeededLibraries() 1806 W.startLine() << "\n"; in printCOFFResources()
|
| H A D | ELFDumper.cpp | 2392 W.startLine() << L << "\n"; in printNeededLibraries() 2586 W.startLine() << "Attributes not implemented.\n"; in printAttributes() 6316 W.startLine() << "Signature: " << G.Signature << "\n"; in printGroupSections() 6349 W.startLine() << "}\n"; in printRelocations() 6355 W.startLine() << W.hex(R) << "\n"; in printRelrReloc() 6373 raw_ostream &OS = W.startLine(); in printRelRelaReloc() 6578 W.startLine() << "]\n"; in printDynamicTable() 6582 W.startLine() << "Dynamic Relocations {\n"; in printDynamicRelocations() 6586 W.startLine() << "}\n"; in printDynamicRelocations() 6714 W.startLine() << "Hash Histogram not implemented!\n"; in printHashHistograms() [all …]
|
| H A D | Win64EHDumper.cpp | 221 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
|
| H A D | llvm-readobj.cpp | 331 Writer.startLine() << "\n"; in dumpObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 29 startLine() << Label; in printBinaryImpl() 37 startLine() << ")\n"; in printBinaryImpl() 39 startLine() << Label << ":"; in printBinaryImpl()
|
| H A D | ELFAttributeParser.cpp | 214 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse() 228 sw->startLine() << "}\n"; in parse()
|
| H A D | ARMAttributeParser.cpp | 290 sw->startLine() << "Value: " << integer << ", " << string << '\n'; in compatibility()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 178 W.startLine() << format("String: 0x%08" PRIx64, StringOffset); in dumpName() 186 W.startLine() << format("Atom[%d]: ", i); in dumpName() 219 W.startLine() << "Type: " << formatAtom(Atom.first) << '\n'; in dump() 376 W.startLine() << "Augmentation: '" << AugmentationString << "'\n"; in dump() 415 W.startLine() << formatv("Tag: {0}\n", Tag); in dump() 418 W.startLine() << formatv("{0}: {1}\n", Attr.Index, Attr.Form); in dump() 573 W.startLine() << formatv("Tag: {0}\n", Abbr->Tag); in dump() 576 W.startLine() << formatv("{0}: ", std::get<0>(Tuple).Index); in dump() 712 W.startLine() << format("LocalTU[%u]: 0x%08" PRIx64 "\n", TU, in dumpLocalTUs() 722 W.startLine() << format("ForeignTU[%u]: 0x%016" PRIx64 "\n", TU, in dumpForeignTUs() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 131 fn->startLine = buf.getWord(); in readGCNO() 136 fn->startLine = buf.getWord(); in readGCNO() 391 << startLine << "\n"; in print() 663 if (f.startLine >= si.startLineToFunctions.size()) in collectFunction() 664 si.startLineToFunctions.resize(f.startLine + 1); in collectFunction() 665 si.startLineToFunctions[f.startLine].push_back(&f); in collectFunction() 804 os << "function:" << f->startLine << ',' << f->getEntryCount() << ',' in printSourceToIntermediate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 174 W->startLine() << getLeafTypeName(Record.kind()); in visitTypeBegin() 188 W->startLine() << "}\n"; in visitTypeEnd() 193 W->startLine() << getLeafTypeName(Record.Kind); in visitMemberBegin() 206 W->startLine() << "}\n"; in visitMemberEnd()
|
| H A D | SymbolDumper.cpp | 104 W.startLine() << getSymbolKindName(CVR.kind()); in visitSymbolBegin() 116 W.startLine() << "}\n"; in visitSymbolEnd() 490 W.startLine() << "ChangeCodeOffsetAndLineOffset: {CodeOffset: " in visitKnownRecord() 496 W.startLine() << "ChangeCodeLengthAndCodeOffset: {CodeOffset: " in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 260 uint32_t startLine = 0; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Index.h | 5114 CXCursor, const char **startBuf, const char **endBuf, unsigned *startLine,
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 16180 int startLine = p->nLine; in csv_read_one_field() local 16207 p->zFile, startLine, cQuote); in csv_read_one_field() 19609 int startLine = sCtx.nLine; in do_meta_command() local 19627 sCtx.zFile, startLine, nCol, i+1); in do_meta_command() 19639 sCtx.zFile, startLine, nCol, i); in do_meta_command() 19646 startLine, sqlite3_errmsg(p->db)); in do_meta_command()
|