Searched refs:AddrOS (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 410 raw_ostream &AddrOS = DumpOpts.ShowAddresses in dump() local 416 dumpSectionedAddress(AddrOS, DumpOpts, {Value.uval, Value.SectionIndex}); in dump() 431 AddrOS << format("indexed (%8.8x) address = ", (uint32_t)UValue); in dump() 433 dumpSectionedAddress(AddrOS, DumpOpts, *A); in dump() 448 AddrOS << format("indexed (%8.8x) + 0x%x address = ", Index, Offset); in dump() 451 dumpSectionedAddress(AddrOS, DumpOpts, *A); in dump() 470 AddrOS << format("0x%016" PRIx64, UValue); in dump() 492 AddrOS << format("<0x%" PRIx64 "> ", UValue); in dump() 495 AddrOS << format("<0x%2.2x> ", (uint8_t)UValue); in dump() 498 AddrOS << format("<0x%4.4x> ", (uint16_t)UValue); in dump() [all …]
|