Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp291 const int addr_min_width = 2 + 8; // "0x" + 4 address bytes in DumpAdditionalExceptionInformation() local
318 << llvm::format_hex(access_violation_address, addr_min_width); in DumpAdditionalExceptionInformation()
345 << llvm::format_hex(page_load_error_address, addr_min_width) in DumpAdditionalExceptionInformation()