Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp624 .ShowHexVariableValuesWithLeadingZeroes()) { in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h170 bool ShowHexVariableValuesWithLeadingZeroes() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td85 …def ShowHexVariableValuesWithLeadingZeroes: Property<"show-hex-variable-values-with-leading-zeroes…
H A DTarget.cpp4573 bool TargetProperties::ShowHexVariableValuesWithLeadingZeroes() const { in ShowHexVariableValuesWithLeadingZeroes() function in TargetProperties