Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h278 GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h416 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp538 m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign(scope); in Materialize()
802 llvm::Optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h752 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4713 TypeSystemClang::GetTypeBitAlign(lldb::opaque_compiler_type_t type, in GetTypeBitAlign() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1242 compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable()