Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp567 CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign() function in CompilerType
570 return type_system_sp->GetTypeBitAlign(m_type, exe_scope); in GetTypeBitAlign()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h338 std::optional<size_t> GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h439 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h760 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4796 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1200 std::optional<size_t> opt_alignment = compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()