Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h299 size_t GetTypeBitAlign() const;
H A DTypeSystem.h409 virtual size_t GetTypeBitAlign(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h746 size_t GetTypeBitAlign(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp521 size_t CompilerType::GetTypeBitAlign() const { in GetTypeBitAlign() function in CompilerType
523 return m_type_system->GetTypeBitAlign(m_type); in GetTypeBitAlign()
H A DClangASTContext.cpp5076 size_t ClangASTContext::GetTypeBitAlign(lldb::opaque_compiler_type_t type) { in GetTypeBitAlign() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp52 uint32_t bit_alignment = type.GetTypeBitAlign(); in SetSizeAndAlignmentFromType()
547 m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign(); in Materialize()
803 size_t bit_align = m_type.GetTypeBitAlign(); in Materialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1377 (compiler_type.GetTypeBitAlign() + 7ull) / 8ull; in MaybeHandleVariable()