Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
DMaterializer.h89 uint32_t GetStructByteSize() { return m_current_offset; } in GetStructByteSize() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp317 m_materializer_up->GetStructByteSize(), in PrepareToExecuteJITExpression()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp424 m_parser_vars->m_materializer->GetStructByteSize(); in DoStructLayout()