Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp303 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
320 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
333 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
336 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
350 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
367 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
381 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
394 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
408 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
422 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
[all …]
H A DObjDumper.cpp106 W.startLine() << '\n'; in printSectionsAsString()
108 W.startLine() << "String dump of section '" << SectionName << "':\n"; in printSectionsAsString()
124 W.startLine() << format("[%6tx] ", CurrentWord - SecContent); in printSectionsAsString()
125 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printSectionsAsString()
126 W.startLine() << '\n'; in printSectionsAsString()
140 W.startLine() << '\n'; in printSectionsAsHex()
142 W.startLine() << "Hex dump of section '" << SectionName << "':\n"; in printSectionsAsHex()
154 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
156 W.startLine() << ' '; in printSectionsAsHex()
160 W.startLine() << format_hex_no_prefix(Val, 2); 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()
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 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() in Decode_10110001_0000iiii()
[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 DCOFFImportDumper.cpp24 Writer.startLine() << '\n'; in dumpCOFFImportFile()
51 raw_ostream &OS = Writer.startLine(); in dumpCOFFImportFile()
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 DXCOFFDumper.cpp140 W.startLine() << "Section (index: " << Index << ") " << Sec.getName() in printRelocations()
156 W.startLine() << "}\n"; in printRelocations()
369 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printSymbol()
370 W.startLine() << format_bytes( in printSymbol()
399 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printSymbol()
400 W.startLine() << format_bytes( in printSymbol()
H A DMachODumper.cpp520 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 DWindowsResourceDumper.cpp79 SW.startLine() << "\n"; in printEntry()
H A DCOFFDumper.cpp778 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 DELFDumper.cpp2376 W.startLine() << L << "\n"; in printNeededLibraries()
2570 W.startLine() << "Attributes not implemented.\n"; in printAttributes()
3008 W.startLine() << "There is no .reginfo section in the file.\n"; in printMipsReginfo()
3072 W.startLine() << "There is no .MIPS.options section in the file.\n"; in printMipsOptions()
3093 W.startLine() << "Unsupported MIPS options tag: " << Type << " (" << Kind in printMipsOptions()
6272 W.startLine() << "Signature: " << G.Signature << "\n"; in printGroupSections()
6284 W.startLine() << GM.Name << " (" << GM.Index << ")\n"; in printGroupSections()
6289 W.startLine() << "There are no group sections in the file.\n"; in printGroupSections()
6301 W.startLine() << "Section (" << SecNdx << ") " << Name << " {\n"; in printRelocations()
6305 W.startLine() << "}\n"; in printRelocations()
[all …]
H A DWin64EHDumper.cpp221 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
H A Dllvm-readobj.cpp484 Writer.startLine() << "\n"; in dumpObject()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h109 startLine() << Label << ": " << Name << " (" << hex(Value) << ")\n"; in printEnum()
111 startLine() << Label << ": " << hex(Value) << "\n"; in printEnum()
143 startLine() << Label << " [ (" << hex(Value) << ")\n";
145 startLine() << " " << Flag.Name << " (" << hex(Flag.Value) << ")\n";
147 startLine() << "]\n";
151 startLine() << Label << " [ (" << hex(Value) << ")\n"; in printFlags()
156 startLine() << " " << hex(Flag) << "\n"; in printFlags()
160 startLine() << "]\n"; in printFlags()
164 startLine() << Label << ": " << Value << "\n"; in printNumber()
168 startLine() << Label << ": " << Value << "\n"; in printNumber()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScopedPrinter.cpp29 startLine() << Label; in printBinaryImpl()
37 startLine() << ")\n"; in printBinaryImpl()
39 startLine() << Label << ":"; in printBinaryImpl()
H A DELFAttributeParser.cpp214 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()
228 sw->startLine() << "}\n"; in parse()
H A DARMAttributeParser.cpp290 sw->startLine() << "Value: " << integer << ", " << string << '\n'; in compatibility()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp178 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()
220 W.startLine() << "Form: " << formatv("{0}", Atom.second) << '\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()
676 [&W](const ErrorInfoBase &EI) { EI.log(W.startLine()); }); in dumpEntry()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp129 fn->startLine = buf.getWord(); in readGCNO()
133 fn->startLine = buf.getWord(); in readGCNO()
378 << startLine << "\n"; in print()
650 if (f.startLine >= si.startLineToFunctions.size()) in collectFunction()
651 si.startLineToFunctions.resize(f.startLine + 1); in collectFunction()
652 si.startLineToFunctions[f.startLine].push_back(&f); in collectFunction()
791 os << "function:" << f->startLine << ',' << f->getEntryCount() << ',' in printSourceToIntermediate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp174 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 DSymbolDumper.cpp104 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h253 uint32_t startLine = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1337 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local
1346 &startLine, &startColumn, in FunctionScanVisitor()
1349 curLine = startLine; in FunctionScanVisitor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5109 CXCursor, const char **startBuf, const char **endBuf, unsigned *startLine,

12