Searched refs:GetTypeBitAlign (Results 1 – 8 of 8) sorted by relevance
554 std::optional<size_t> opt_bit_align = GetTypeBitAlign(scope); in Materialize()798 GetTypeBitAlign(ExecutionContextScope *scope) const = 0;837 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityVariable838 return m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign( in GetTypeBitAlign()886 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityValueObject888 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope); in GetTypeBitAlign()954 std::optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
407 std::optional<size_t> GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
463 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
791 CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign() function in CompilerType794 return type_system_sp->GetTypeBitAlign(m_type, exe_scope); in GetTypeBitAlign()
144 .GetTypeBitAlign(nullptr); in GetByteAlign()
1044 std::optional<size_t> opt_alignment = compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()
848 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
4831 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang