Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp662 format_max_padding = target_sp->GetMaxZeroPaddingInFloatFormat(); in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h172 uint32_t GetMaxZeroPaddingInFloatFormat() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4579 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const { in GetMaxZeroPaddingInFloatFormat() function in TargetProperties