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.cpp547 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 EntityVariable
830 return m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign( in GetTypeBitAlign()
878 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() function in EntityValueObject
880 return m_valobj_sp->GetCompilerType().GetTypeBitAlign(scope); in GetTypeBitAlign()
945 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.h399 std::optional<size_t> GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h454 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp780 CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign() function in CompilerType
783 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.cpp1043 std::optional<size_t> opt_alignment = compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h849 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4793 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang