Searched refs:GetTypeBitAlign (Results 1 – 8 of 8) sorted by relevance
547 std::optional<size_t> opt_bit_align = GetTypeBitAlign(scope); in Materialize()790 GetTypeBitAlign(ExecutionContextScope *scope) const = 0;829 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityVariable830 return m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign( in GetTypeBitAlign()878 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityValueObject880 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope); in GetTypeBitAlign()945 std::optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
399 std::optional<size_t> GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
454 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
780 CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign() function in CompilerType783 return type_system_sp->GetTypeBitAlign(m_type, exe_scope); in GetTypeBitAlign()
144 .GetTypeBitAlign(nullptr); in GetByteAlign()
1043 std::optional<size_t> opt_alignment = compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()
849 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
4793 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang