Searched refs:hex_width (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.cpp122 const uint32_t hex_width = Header.AddrSize * 2; local
125 OS << format("[0x%*.*" PRIx64 " -", hex_width, hex_width, pos->Address)
127 hex_width, hex_width, pos->getEndAddress());

Completed in 109 milliseconds