Home
last modified time | relevance | path

Searched refs:GetTypeBitAlign (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp546 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 EntityVariable
829 return m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign( in GetTypeBitAlign()
877 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityValueObject
879 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope); in GetTypeBitAlign()
944 llvm::Optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp495 llvm::Optional<size_t> CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign() function in CompilerType
497 return m_type_system->GetTypeBitAlign(m_type, exe_scope); in GetTypeBitAlign()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h278 GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h425 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h744 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4745 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1200 compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()