Home
last modified time | relevance | path

Searched refs:startLine (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp331 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
348 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
361 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
364 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
378 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
395 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
409 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
422 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
436 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
450 SW.startLine() << forma in opcode_11101110()
[all...]
H A DObjDumper.cpp84 W.startLine() << format("[%6tx] ", CurrentWord - StrContent); in printAsStringList()
85 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printAsStringList()
86 W.startLine() << '\n'; in printAsStringList()
94 W.startLine() << "\n"; in printFileSummary()
166 W.startLine() << "\nString dump of section '" << SectionName << "':\n"; in printSectionsAsString()
183 W.startLine() << "\nHex dump of section '" << SectionName << "':\n"; in printSectionsAsHex()
197 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
199 W.startLine() << ' '; in printSectionsAsHex()
203 W.startLine() << format_hex_no_prefix(Val, 2); in printSectionsAsHex()
205 W.startLine() << ' '; in printSectionsAsHex()
[all …]
H A DDwarfCFIEHPrinter.h99 W.startLine() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress); in printEHFrameHdr()
100 W.startLine() << format("Offset: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_offset); in printEHFrameHdr()
101 W.startLine() << format("Size: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_memsz); in printEHFrameHdr()
130 W.startLine() << format("eh_frame_ptr_enc: 0x%" PRIx64 "\n", EHFramePtrEnc); in printEHFrameHdr()
136 W.startLine() << format("fde_count_enc: 0x%" PRIx64 "\n", FDECountEnc); in printEHFrameHdr()
142 W.startLine() << format("table_enc: 0x%" PRIx64 "\n", TableEnc); in printEHFrameHdr()
148 W.startLine() << format("eh_frame_ptr: 0x%" PRIx64 "\n", EHFramePtr); in printEHFrameHdr()
159 W.startLine() << format("initial_location: 0x%" PRIx64 "\n", InitialPC); in printEHFrameHdr()
161 W.startLine() << format("address: 0x%" PRIx64 "\n", Address); in printEHFrameHdr()
176 W.startLine() << format(".eh_frame section at offset 0x%" PRIx64 in printEHFrame()
[all …]
H A DStackMapPrinter.h26 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 DARMEHABIPrinter.h100 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx()
106 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx()
115 SW.startLine() in Decode_1000iiii_iiiiiiii()
125 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101()
130 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111()
135 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn()
140 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn()
147 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn()
154 SW.startLine() << format("0x%02X ; finish\n", Opcode); in Decode_10110000()
161 SW.startLine() << format("0x%02X 0x%02X ; %s", Opcode0, Opcode1, in Decode_10110001_0000iiii()
[all …]
H A DCOFFImportDumper.cpp24 Writer.startLine() << '\n'; in dumpCOFFImportFile()
57 raw_ostream &OS = Writer.startLine();
H A DWasmDumper.cpp108 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 DMachODumper.cpp532 W.startLine() << "Section " << Name << " {\n"; in printRelocations()
542 W.startLine() << "}\n"; in printRelocations()
598 raw_ostream& OS = W.startLine(); in printRelocation()
694 W.startLine() << "PrivateExtern\n"; in printSymbol()
696 W.startLine() << "Extern\n"; in printSymbol()
709 W.startLine() << "UnwindInfo not implemented.\n";
809 W.startLine() << L << "\n"; in printNeededLibraries()
H A DXCOFFDumper.cpp340 W.startLine() << format_hex(LoaderSecRelEntPtr->VirtualAddr, in printLoaderSectionRelocationEntry()
363 W.startLine() << center_justify("Vaddr", Obj.is64Bit() ? 18 : 10) in printLoaderSectionRelocationEntriesHelper()
480 raw_ostream &OS = W.startLine(); in printRelocation()
507 W.startLine() << "Section (index: " << Index << ") " << Sec.getName() in printRelocations()
515 W.startLine() << "}\n"; in printRelocations()
737 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printUnexpectedRawAuxEnt()
738 W.startLine() << format_bytes( in printUnexpectedRawAuxEnt()
963 auto &OS = static_cast<formatted_raw_ostream &>(W.startLine()); in printNeededLibraries()
H A DWindowsResourceDumper.cpp79 SW.startLine() << "\n"; in printEntry()
H A DCOFFDumper.cpp833 raw_ostream &OS = W.startLine(); in printRVATable()
861 W.startLine() << W.hex(Start) << " - " in printCOFFLoadConfig()
892 W.startLine() << W.hex(CodeRanges[i].StartRva) << " - " in printCOFFLoadConfig()
909 W.startLine() << W.hex(RedirMetadata[i].Source) << " -> " in printCOFFLoadConfig()
1567 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations()
1577 W.startLine() << "}\n"; in printRelocations()
1607 raw_ostream& OS = W.startLine(); in printRelocation()
1646 W.startLine() << "Invalid section number: " << Symbol.getSectionNumber() in printSymbol()
1742 W.startLine() << "<unhandled auxiliary record>\n"; in printSymbol()
1794 W.startLine() << L << "\n"; in printNeededLibraries()
[all …]
H A DWin64EHDumper.cpp260 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
H A DELFDumper.cpp3326 W.startLine() << "There is no .reginfo section in the file.\n"; in printMipsReginfo()
3390 W.startLine() << "There is no .MIPS.options section in the file.\n"; in printMipsOptions()
3411 W.startLine() << "Unsupported MIPS options tag: " << Type << " (" << Kind in printMipsOptions()
3556 this->W.startLine() << "\n"; in printFileSummary()
7182 W.startLine() << Name << " (" << Idx << ")\n"; in printSectionGroupMembers()
7214 raw_ostream &OS = W.startLine(); in printDefaultRelRelaReloc()
7231 W.startLine() << "There are no group sections in the file.\n"; in printEmptyGroupMessage()
7425 W.startLine() << "DynamicSection [ (" << Table.size() << " entries)\n"; in printDynamicTable()
7431 W.startLine() << " Tag" << std::string(ELFT::Is64Bits ? 16 : 8, ' ') in printDynamicTable()
7438 W.startLine() << " " << format_hex(Tag, ELFT::Is64Bits ? 18 : 10, true) in printDynamicTable()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h202 startLine() << Label << ": " << static_cast<int>(Value) << "\n"; in printNumber()
206 startLine() << Label << ": " << static_cast<int>(Value) << "\n"; in printNumber()
210 startLine() << Label << ": " << static_cast<unsigned>(Value) << "\n"; in printNumber()
214 startLine() << Label << ": " << Value << "\n"; in printNumber()
218 startLine() << Label << ": " << Value << "\n"; in printNumber()
222 startLine() << Label << ": " << Value << "\n"; in printNumber()
226 startLine() << Label << ": " << Value << "\n"; in printNumber()
230 startLine() << Label << ": " << Value << "\n"; in printNumber()
234 startLine() << Label << ": " << Value << "\n"; in printNumber()
238 startLine() << Label << ": " << Value << "\n"; in printNumber()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp21 startLine() << Label; in printBinaryImpl()
29 startLine() << ")\n"; in printBinaryImpl()
31 startLine() << Label << ":"; in printBinaryImpl()
H A DELFAttributeParser.cpp216 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()
230 sw->startLine() << "}\n"; in parse()
H A DARMAttributeParser.cpp292 sw->startLine() << "Value: " << integer << ", " << string << '\n'; in compatibility()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp188 W.startLine() << format("String: 0x%08" PRIx64, StringOffset); in dumpName()
196 W.startLine() << format("Atom[%d]: ", i); in dumpName()
230 W.startLine() << "Type: " << formatAtom(Atom.first) << '\n'; in dump()
231 W.startLine() << "Form: " << formatv("{0}", Atom.second) << '\n'; in dump()
442 W.startLine() << "Augmentation: '" << AugmentationString << "'\n"; in dump()
481 W.startLine() << formatv("Tag: {0}\n", Tag); in dump()
484 W.startLine() << formatv("{0}: {1}\n", Attr.Index, Attr.Form); in dump()
723 W.startLine() << formatv("Abbrev: {0:x}\n", Abbr->Code); in dump()
724 W.startLine() << formatv("Tag: {0}\n", Abbr->Tag); in dump()
728 W.startLine() << formatv("{0}: ", Index); in dump()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp132 fn->startLine = buf.getWord(); in readGCNO()
137 fn->startLine = buf.getWord(); in readGCNO()
426 << startLine << "\n"; in print()
698 if (f.startLine >= si.startLineToFunctions.size()) in collectFunction()
699 si.startLineToFunctions.resize(f.startLine + 1); in collectFunction()
700 si.startLineToFunctions[f.startLine].push_back(&f); in collectFunction()
841 os << "function:" << f->startLine << ',' << f->getEntryCount() << ',' in printSourceToIntermediate()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp176 W->startLine() << getLeafTypeName(Record.kind()); in visitTypeBegin()
190 W->startLine() << "}\n"; in visitTypeEnd()
195 W->startLine() << getLeafTypeName(Record.Kind); in visitMemberBegin()
207 W->startLine() << "}\n"; in visitMemberEnd()
H A DSymbolDumper.cpp102 W.startLine() << getSymbolKindName(CVR.kind()); in visitSymbolBegin()
114 W.startLine() << "}\n"; in visitSymbolEnd()
488 W.startLine() << "ChangeCodeOffsetAndLineOffset: {CodeOffset: " in visitKnownRecord()
494 W.startLine() << "ChangeCodeLengthAndCodeOffset: {CodeOffset: " in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp824 W.startLine() << "Invalid symbol name: " << Symbol.getSectionNumber() in mapRangeAddress()
835 W.startLine() << "Invalid section number: " << Symbol.getSectionNumber() in mapRangeAddress()
1161 W.startLine() << "\n"; in createScopes()
H A DLVCodeViewVisitor.cpp518 W.startLine() << formatTypeLeafKind(Record.Kind); in visitMemberBegin()
528 W.startLine() << "}\n"; in visitMemberEnd()
1753 W.startLine() << formatTypeLeafKind(Record.kind()); in printTypeBegin()
1759 W.startLine() << "Element: " << HexNumber(Element->getOffset()) << " " in printTypeBegin()
1765 W.startLine() << "}\n"; in printTypeEnd()
1772 W.startLine() << formatTypeLeafKind(Record.Kind); in printMemberBegin()
1778 W.startLine() << "Element: " << HexNumber(Element->getOffset()) << " " in printMemberBegin()
1784 W.startLine() << "}\n"; in printMemberEnd()
H A DLVDWARFReader.cpp806 W.startLine() << "\n"; in createScopes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h260 uint32_t startLine = 0; variable

12