Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangExpressionDeclMap.h453 m_struct_size(0), in StructVars()
461 … size_t m_struct_size; ///< The size of the struct in bytes. member
DClangFunction.h638 …size_t m_struct_size; ///< The size of the argument stru… variable
/external/lldb/source/Expression/
DASTStructExtractor.cpp107 …m_function.m_struct_size = struct_layout->getSize().getQuantity(); // TODO Store m_struct_size as … in ExtractFromFunctionDecl()
DClangFunction.cpp322 …args_addr_ref = process->AllocateMemory(m_struct_size, lldb::ePermissionsReadable|lldb::ePermissio… in WriteFunctionArguments()
DClangExpressionDeclMap.cpp406 m_struct_vars->m_struct_size = m_parser_vars->m_materializer->GetStructByteSize(); in DoStructLayout()
424 size = m_struct_vars->m_struct_size; in GetStructInfo()