Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp332 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
349 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
362 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
365 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
379 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
396 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
410 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
423 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
437 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
451 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
[all …]
H A DDwarfCFIEHPrinter.h100 W.startLine() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress); in printEHFrameHdr()
101 W.startLine() << format("Offset: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_offset); in printEHFrameHdr()
102 W.startLine() << format("Size: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_memsz); in printEHFrameHdr()
131 W.startLine() << format("eh_frame_ptr_enc: 0x%" PRIx64 "\n", EHFramePtrEnc); 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()
160 W.startLine() << format("initial_location: 0x%" PRIx64 "\n", InitialPC); 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()
[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 DObjDumper.cpp84 W.startLine() << format("[%6tx] ", CurrentWord - StrContent); in printAsStringList()
169 W.startLine() << "String dump of section '" << SectionName << "':\n"; in printSectionsAsString()
187 W.startLine() << "Hex dump of section '" << SectionName << "':\n"; in printSectionsAsHex()
201 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
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()
746 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printUnexpectedRawAuxEnt()
747 W.startLine() << format_bytes( in printUnexpectedRawAuxEnt()
972 auto &OS = static_cast<formatted_raw_ostream &>(W.startLine()); in printNeededLibraries()
H A DWindowsResourceDumper.cpp79 SW.startLine() << "\n"; in printEntry()
H A DCOFFDumper.cpp835 raw_ostream &OS = W.startLine(); in printRVATable()
863 W.startLine() << W.hex(Start) << " - " in printCOFFLoadConfig()
894 W.startLine() << W.hex(CodeRanges[i].StartRva) << " - " in printCOFFLoadConfig()
911 W.startLine() << W.hex(RedirMetadata[i].Source) << " -> " in printCOFFLoadConfig()
1613 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations()
1623 W.startLine() << "}\n"; in printRelocations()
1653 raw_ostream& OS = W.startLine(); in printRelocation()
1692 W.startLine() << "Invalid section number: " << Symbol.getSectionNumber() in printSymbol()
1788 W.startLine() << "<unhandled auxiliary record>\n"; in printSymbol()
1840 W.startLine() << L << "\n"; in printNeededLibraries()
[all …]
H A DWin64EHDumper.cpp264 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
H A DELFDumper.cpp3389 W.startLine() << "There is no .reginfo section in the file.\n"; in printMipsReginfo()
3453 W.startLine() << "There is no .MIPS.options section in the file.\n"; in printMipsOptions()
3474 W.startLine() << "Unsupported MIPS options tag: " << Type << " (" << Kind in printMipsOptions()
3612 this->W.startLine() << "\n"; in printFileSummary()
7297 W.startLine() << Name << " (" << Idx << ")\n"; in printSectionGroupMembers()
7329 raw_ostream &OS = W.startLine(); in printDefaultRelRelaReloc()
7346 W.startLine() << "There are no group sections in the file.\n"; in printEmptyGroupMessage()
7540 W.startLine() << "DynamicSection [ (" << Table.size() << " entries)\n"; in printDynamicTable()
7546 W.startLine() << " Tag" << std::string(ELFT::Is64Bits ? 16 : 8, ' ') in printDynamicTable()
7553 W.startLine() << " " << format_hex(Tag, ELFT::Is64Bits ? 18 : 10, true) in printDynamicTable()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h212 startLine() << Label << ": " << static_cast<int>(Value) << "\n"; in printNumber()
216 startLine() << Label << ": " << static_cast<int>(Value) << "\n"; in printNumber()
220 startLine() << Label << ": " << static_cast<unsigned>(Value) << "\n"; in printNumber()
224 startLine() << Label << ": " << Value << "\n"; in printNumber()
228 startLine() << Label << ": " << Value << "\n"; in printNumber()
232 startLine() << Label << ": " << Value << "\n"; in printNumber()
236 startLine() << Label << ": " << Value << "\n"; in printNumber()
240 startLine() << Label << ": " << Value << "\n"; in printNumber()
244 startLine() << Label << ": " << Value << "\n"; in printNumber()
248 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 DELFAttrParserExtended.cpp155 Sw->startLine() << "Section " << ++SectionNumber << " {\n"; in parse()
158 Sw->startLine() << "VendorName" << ": " << VendorName in parse()
161 Sw->startLine() << "Attributes {\n"; in parse()
203 Sw->startLine() << "}\n"; in parse()
206 Sw->startLine() << "}\n"; in parse()
H A DELFAttrParserCompact.cpp219 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()
233 sw->startLine() << "}\n"; in parse()
H A DARMAttributeParser.cpp317 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()
700 if (f.startLine >= si.startLineToFunctions.size()) in collectFunction()
701 si.startLineToFunctions.resize(f.startLine + 1); in collectFunction()
702 si.startLineToFunctions[f.startLine].push_back(&f); in collectFunction()
848 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.cpp818 W.startLine() << "Invalid symbol name: " << Symbol.getSectionNumber() in mapRangeAddress()
829 W.startLine() << "Invalid section number: " << Symbol.getSectionNumber() in mapRangeAddress()
1155 W.startLine() << "\n"; in createScopes()
H A DLVCodeViewVisitor.cpp505 W.startLine() << formatTypeLeafKind(Record.Kind); in visitMemberBegin()
515 W.startLine() << "}\n"; in visitMemberEnd()
1746 W.startLine() << formatTypeLeafKind(Record.kind()); in printTypeBegin()
1752 W.startLine() << "Element: " << HexNumber(Element->getOffset()) << " " in printTypeBegin()
1758 W.startLine() << "}\n"; in printTypeEnd()
1765 W.startLine() << formatTypeLeafKind(Record.Kind); in printMemberBegin()
1771 W.startLine() << "Element: " << HexNumber(Element->getOffset()) << " " in printMemberBegin()
1777 W.startLine() << "}\n"; in printMemberEnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h261 uint32_t startLine = 0; variable

12