Searched refs:GetTypeBitAlign (Results 1 – 7 of 7) sorted by relevance
546 llvm::Optional<size_t> opt_bit_align = GetTypeBitAlign(scope); in Materialize()789 GetTypeBitAlign(ExecutionContextScope *scope) const = 0;828 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityVariable829 return m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign( in GetTypeBitAlign()877 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityValueObject879 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope); in GetTypeBitAlign()944 llvm::Optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
495 llvm::Optional<size_t> CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign() function in CompilerType497 return m_type_system->GetTypeBitAlign(m_type, exe_scope); in GetTypeBitAlign()
278 GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
425 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
744 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
4745 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang
1200 compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()