Home
last modified time | relevance | path

Searched refs:OffsetDumpWidth (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp95 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(S.Format); in dump() local
96 OS << "length = " << format("0x%0*" PRIx64, OffsetDumpWidth, S.Length); in dump()
100 << format("0x%0*" PRIx64, OffsetDumpWidth, S.Offset); in dump()
101 OS << ", unit_size = " << format("0x%0*" PRIx64, OffsetDumpWidth, S.Size) in dump()
107 OS << format("0x%0*" PRIx64 " ", OffsetDumpWidth, E.SecOffset); in dump()
DDWARFTypeUnit.cpp23 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(getFormat()); in dump() local
28 << ", length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength()) in dump()
34 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength()) in dump()
DDWARFCompileUnit.cpp18 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(getFormat()); in dump() local
20 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength()) in dump()
DDWARFListTable.cpp82 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(Format); in dump() local
84 OffsetDumpWidth, HeaderData.Length) in dump()
96 OS << format("\n0x%0*" PRIx64, OffsetDumpWidth, Off); in dump()
DDWARFDebugArangeSet.cpp165 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(HeaderData.Format); in dump() local
167 << format("length = 0x%0*" PRIx64 ", ", OffsetDumpWidth, HeaderData.Length) in dump()
170 << format("cu_offset = 0x%0*" PRIx64 ", ", OffsetDumpWidth, in dump()
DDWARFDebugAddr.cpp141 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(Format); in dump() local
143 << format("length = 0x%0*" PRIx64, OffsetDumpWidth, Length) in dump()
DDWARFFormValue.cpp396 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(Format); in dump() local
492 OS << format(" .debug_str[0x%0*" PRIx64 "] = ", OffsetDumpWidth, UValue); in dump()
497 OS << format(" .debug_line_str[0x%0*" PRIx64 "] = ", OffsetDumpWidth, in dump()
563 AddrOS << format("0x%0*" PRIx64, OffsetDumpWidth, UValue); in dump()
DDWARFDebugLine.cpp121 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(FormParams.Format); in dump() local
123 << format(" total_length: 0x%0*" PRIx64 "\n", OffsetDumpWidth, in dump()
132 OS << format(" prologue_length: 0x%0*" PRIx64 "\n", OffsetDumpWidth, in dump()
DDWARFContext.cpp165 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(Format); in dumpStringOffsetsSection() local
202 OS << format("%0*" PRIx64 " ", OffsetDumpWidth, StringOffset); in dumpStringOffsetsSection()