Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp98 const uint32_t hex_width = HeaderData.AddrSize * 2; in dump() local
100 OS << format("[0x%*.*" PRIx64 " -", hex_width, hex_width, Desc.Address) in dump()
102 hex_width, hex_width, Desc.getEndAddress()); in dump()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugArangeSet.cpp122 const uint32_t hex_width = Header.AddrSize * 2; in dump() local
125 OS << format("[0x%*.*llx -", hex_width, hex_width, pos->Address) in dump()
126 << format(" 0x%*.*llx)\n", hex_width, hex_width, pos->getEndAddress()); in dump()