Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DDumpRegisterValue.cpp21 bool prefix_with_alt_name, Format format, in DumpRegisterValue() argument
35 if (reg_name_right_align_at && (prefix_with_name ^ prefix_with_alt_name)) in DumpRegisterValue()
46 prefix_with_alt_name = false; in DumpRegisterValue()
50 if (prefix_with_alt_name) { in DumpRegisterValue()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDumpRegisterValue.h26 bool prefix_with_alt_name, lldb::Format format,