Lines Matching refs:PRIx64

123      << format("    total_length: 0x%0*" PRIx64 "\n", OffsetDumpWidth,  in dump()
132 OS << format(" prologue_length: 0x%0*" PRIx64 "\n", OffsetDumpWidth, in dump()
169 OS << format(" mod_time: 0x%8.8" PRIx64 "\n", FileEntry.ModTime); in dump()
171 OS << format(" length: 0x%8.8" PRIx64 "\n", FileEntry.Length); in dump()
385 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse()
399 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse()
406 "parsing line table prologue at offset 0x%8.8" PRIx64 ": address " in parse()
432 "parsing line table prologue at offset 0x%8.8" PRIx64 in parse()
450 "parsing line table prologue at offset 0x%8.8" PRIx64 ": %s", in parse()
463 "parsing line table prologue at 0x%8.8" PRIx64 in parse()
465 " 0x%8.8" PRIx64, in parse()
475 "unknown data in line table prologue at offset 0x%8.8" PRIx64 in parse()
476 ": parsing ended (at offset 0x%8.8" PRIx64 in parse()
477 ") before reaching the prologue end at offset 0x%8.8" PRIx64, in parse()
518 OS << format("0x%16.16" PRIx64 " %6u %6u", Address.Address, Line, Column) in dump()
607 return createStringError(errc::invalid_argument, "offset 0x%8.8" PRIx64 in getOrParseLineTable()
646 "line table program at offset 0x%8.8" PRIx64 in advanceAddrOpIndex()
647 " contains a %s opcode at offset 0x%8.8" PRIx64 in advanceAddrOpIndex()
659 "line table program at offset 0x%8.8" PRIx64 in advanceAddrOpIndex()
660 " contains a %s opcode at offset 0x%8.8" PRIx64 in advanceAddrOpIndex()
669 "line table program at offset 0x%8.8" PRIx64 in advanceAddrOpIndex()
670 " contains a %s opcode at offset 0x%8.8" PRIx64 in advanceAddrOpIndex()
711 "line table program at offset 0x%8.8" PRIx64 in advanceForOpcode()
712 " contains a %s opcode at offset 0x%8.8" PRIx64 in advanceForOpcode()
824 "line table program with offset 0x%8.8" PRIx64 in parse()
825 " has length 0x%8.8" PRIx64 " but only 0x%8.8" PRIx64 in parse()
867 *OS << format("0x%08.08" PRIx64 ": ", *OffsetPtr); in parse()
936 "mismatching address size at offset 0x%8.8" PRIx64 in parse()
937 " expected 0x%2.2" PRIx8 " found 0x%2.2" PRIx64, in parse()
947 "address size 0x%2.2" PRIx64 in parse()
948 " of DW_LNE_set_address opcode at offset 0x%8.8" PRIx64 in parse()
1007 << format("(0x%16.16" PRIx64 ")", FileEntry.ModTime) in parse()
1021 << format(" length %" PRIx64, Len); in parse()
1035 "unexpected line op length at offset 0x%8.8" PRIx64 in parse()
1036 " expected 0x%2.2" PRIx64 " found 0x%2.2" PRIx64, in parse()
1144 *OS << format(" (addr += 0x%16.16" PRIx64 ", op-index += %" PRIu8 in parse()
1221 *OS << format("0x%16.16" PRIx64, Value); in parse()
1265 "last sequence in debug line table at offset 0x%8.8" PRIx64 in parse()