reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  146                "addr_size = 0x%2.2" PRIx8 ", seg_size = 0x%2.2" PRIx8 "\n",
  146                "addr_size = 0x%2.2" PRIx8 ", seg_size = 0x%2.2" PRIx8 "\n",
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
   51                                  "Invalid primary CFI opcode 0x%" PRIx8,
   66                                  "Invalid extended CFI opcode 0x%" PRIx8,
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  570       *OS << format("%02.02" PRIx8 " ", Opcode);
  622                              " expected 0x%2.2" PRIx8 " found 0x%2.2" PRIx64,
  677           *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode)
lib/DebugInfo/DWARF/DWARFListTable.cpp
   94       "addr_size = 0x%2.2" PRIx8 ", seg_size = 0x%2.2" PRIx8
   94       "addr_size = 0x%2.2" PRIx8 ", seg_size = 0x%2.2" PRIx8
tools/llvm-objdump/llvm-objdump.cpp
  826           OS << format("\t.byte 0x%02" PRIx8, Bytes[0]);
  828             OS << format(", 0x%02" PRIx8, Bytes[i]);
unittests/Support/ErrorTest.cpp
  453   logAllUnhandledErrors(createStringError(EC, "foo%s%d0x%" PRIx8, Bar, 1, 0xff),