Home
last modified time | relevance | path

Searched refs:GetStructAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h110 uint32_t GetStructAlignment() { return m_struct_alignment; } in GetStructAlignment() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp319 m_materializer_up->GetStructAlignment(), in PrepareToExecuteJITExpression()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp445 m_parser_vars->m_materializer->GetStructAlignment(); in DoStructLayout()