Searched refs:m_struct_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h323 size_t m_struct_size; ///< The size of the argument struct, in bytes. member in class:lldb_private::FunctionCaller
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h356 : m_struct_alignment(0), m_struct_size(0), m_struct_laid_out(false),
361 size_t m_struct_size; ///< The size of the struct in bytes. member in struct:lldb_private::ClangExpressionDeclMap::StructVars
H A DASTStructExtractor.cpp94 m_function.m_struct_size =
96 .getQuantity(); // TODO Store m_struct_size as CharUnits
H A DClangExpressionDeclMap.cpp414 m_struct_vars->m_struct_size =
428 size = m_struct_vars->m_struct_size;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp152 m_struct_size, lldb::ePermissionsReadable | lldb::ePermissionsWritable,

Completed in 80 milliseconds