Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp554 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 EntityVariable
838 return m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign( in GetTypeBitAlign()
886 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityValueObject
888 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope); in GetTypeBitAlign()
954 std::optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h407 std::optional<size_t> GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h463 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp791 CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign() function in CompilerType
794 return type_system_sp->GetTypeBitAlign(m_type, exe_scope); in GetTypeBitAlign()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp144 .GetTypeBitAlign(nullptr); in GetByteAlign()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1044 std::optional<size_t> opt_alignment = compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h848 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4831 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang