Searched refs:OffsetDumpWidth (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugPubTable.cpp | 95 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()
|
D | DWARFTypeUnit.cpp | 23 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()
|
D | DWARFCompileUnit.cpp | 18 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(getFormat()); in dump() local 20 << " length = " << format("0x%0*" PRIx64, OffsetDumpWidth, getLength()) in dump()
|
D | DWARFListTable.cpp | 82 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()
|
D | DWARFDebugArangeSet.cpp | 165 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()
|
D | DWARFDebugAddr.cpp | 141 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(Format); in dump() local 143 << format("length = 0x%0*" PRIx64, OffsetDumpWidth, Length) in dump()
|
D | DWARFFormValue.cpp | 396 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()
|
D | DWARFDebugLine.cpp | 121 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()
|
D | DWARFContext.cpp | 165 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(Format); in dumpStringOffsetsSection() local 202 OS << format("%0*" PRIx64 " ", OffsetDumpWidth, StringOffset); in dumpStringOffsetsSection()
|