| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 330 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx() 347 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx() 360 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx() 363 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx() 377 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx() 394 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx() 408 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx() 421 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx() 435 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L() 449 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110() [all …]
|
| H A D | ObjDumper.cpp | 82 W.startLine() << format("[%6tx] ", CurrentWord - StrContent); in printAsStringList() 83 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printAsStringList() 84 W.startLine() << '\n'; in printAsStringList() 92 W.startLine() << "\n"; in printFileSummary() 152 W.startLine() << '\n'; in printSectionsAsString() 154 W.startLine() << "String dump of section '" << SectionName << "':\n"; in printSectionsAsString() 170 W.startLine() << '\n'; in printSectionsAsHex() 172 W.startLine() << "Hex dump of section '" << SectionName << "':\n"; in printSectionsAsHex() 184 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex() 186 W.startLine() << ' '; in printSectionsAsHex() [all …]
|
| H A D | DwarfCFIEHPrinter.h | 99 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 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 | 100 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 D | COFFImportDumper.cpp | 24 Writer.startLine() << '\n'; in dumpCOFFImportFile() 51 raw_ostream &OS = Writer.startLine(); in dumpCOFFImportFile()
|
| 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 | 532 W.startLine() << "Section " << Name << " {\n"; in printRelocations() 542 W.startLine() << "}\n"; in printRelocations() 598 raw_ostream& OS = W.startLine(); in printRelocation() 692 W.startLine() << "PrivateExtern\n"; in printSymbol() 694 W.startLine() << "Extern\n"; in printSymbol() 707 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo() 807 W.startLine() << L << "\n"; in printNeededLibraries()
|
| H A D | XCOFFDumper.cpp | 336 W.startLine() << format_hex(LoaderSecRelEntPtr->VirtualAddr, in printLoaderSectionRelocationEntry() 358 W.startLine() << center_justify("Vaddr", Obj.is64Bit() ? 18 : 10) in printLoaderSectionRelocationEntriesHelper() 474 raw_ostream &OS = W.startLine(); in printRelocation() 500 W.startLine() << "Section (index: " << Index << ") " << Sec.getName() in printRelocations() 508 W.startLine() << "}\n"; in printRelocations() 730 W.startLine() << "!Unexpected raw auxiliary entry data:\n"; in printUnexpectedRawAuxEnt() 731 W.startLine() << format_bytes( in printUnexpectedRawAuxEnt() 956 auto &OS = static_cast<formatted_raw_ostream &>(W.startLine()); in printNeededLibraries()
|
| H A D | WindowsResourceDumper.cpp | 79 SW.startLine() << "\n"; in printEntry()
|
| H A D | COFFDumper.cpp | 828 raw_ostream &OS = W.startLine(); in printRVATable() 1476 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations() 1486 W.startLine() << "}\n"; in printRelocations() 1516 raw_ostream& OS = W.startLine(); in printRelocation() 1555 W.startLine() << "Invalid section number: " << Symbol.getSectionNumber() in printSymbol() 1651 W.startLine() << "<unhandled auxiliary record>\n"; in printSymbol() 1702 W.startLine() << L << "\n"; in printNeededLibraries() 1875 W.startLine() << "\n"; in printCOFFResources()
|
| H A D | ELFDumper.cpp | 2471 W.startLine() << L << "\n"; in printNeededLibraries() 3111 W.startLine() << "There is no .reginfo section in the file.\n"; in printMipsReginfo() 3175 W.startLine() << "There is no .MIPS.options section in the file.\n"; in printMipsOptions() 3196 W.startLine() << "Unsupported MIPS options tag: " << Type << " (" << Kind in printMipsOptions() 3312 this->W.startLine() << "\n"; in printFileSummary() 6612 W.startLine() << "Signature: " << G.Signature << "\n"; in printGroupSections() 6624 W.startLine() << GM.Name << " (" << GM.Index << ")\n"; in printGroupSections() 6629 W.startLine() << "There are no group sections in the file.\n"; in printGroupSections() 6641 W.startLine() << "Section (" << SecNdx << ") " << Name << " {\n"; in printRelocations() 6645 W.startLine() << "}\n"; in printRelocations() [all …]
|
| H A D | Win64EHDumper.cpp | 260 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 202 startLine() << Label << ": " << Value << "\n"; in printNumber() 206 startLine() << Label << ": " << Value << "\n"; in printNumber() 210 startLine() << Label << ": " << Value << "\n"; in printNumber() 214 startLine() << Label << ": " << unsigned(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 << ": " << int(Value) << "\n"; in printNumber() 234 startLine() << Label << ": " << Value << "\n"; in printNumber() 243 startLine() << Label << ": " << (Value ? "Yes" : "No") << '\n'; in printBoolean() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 21 startLine() << Label; in printBinaryImpl() 29 startLine() << ")\n"; in printBinaryImpl() 31 startLine() << Label << ":"; in printBinaryImpl()
|
| H A D | ELFAttributeParser.cpp | 212 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse() 226 sw->startLine() << "}\n"; in parse()
|
| H A D | ARMAttributeParser.cpp | 292 sw->startLine() << "Value: " << integer << ", " << string << '\n'; in compatibility()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 177 W.startLine() << format("String: 0x%08" PRIx64, StringOffset); in dumpName() 185 W.startLine() << format("Atom[%d]: ", i); in dumpName() 218 W.startLine() << "Type: " << formatAtom(Atom.first) << '\n'; in dump() 219 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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 132 fn->startLine = buf.getWord(); in readGCNO() 137 fn->startLine = buf.getWord(); in readGCNO() 392 << startLine << "\n"; in print() 664 if (f.startLine >= si.startLineToFunctions.size()) in collectFunction() 665 si.startLineToFunctions.resize(f.startLine + 1); in collectFunction() 666 si.startLineToFunctions[f.startLine].push_back(&f); in collectFunction() 807 os << "function:" << f->startLine << ',' << f->getEntryCount() << ',' in printSourceToIntermediate()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 175 W->startLine() << getLeafTypeName(Record.kind()); in visitTypeBegin() 189 W->startLine() << "}\n"; in visitTypeEnd() 194 W->startLine() << getLeafTypeName(Record.Kind); in visitMemberBegin() 206 W->startLine() << "}\n"; in visitMemberEnd()
|
| H A D | SymbolDumper.cpp | 102 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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 256 uint32_t startLine = 0; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 791 W.startLine() << "\n"; in createScopes()
|
| /openbsd-src/gnu/llvm/clang/include/clang-c/ |
| H A D | Index.h | 4624 CXCursor, const char **startBuf, const char **endBuf, unsigned *startLine,
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 1348 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local 1357 &startLine, &startColumn, in FunctionScanVisitor() 1360 curLine = startLine; in FunctionScanVisitor()
|