Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.h357 : m_struct_alignment(0), m_struct_size(0), m_struct_laid_out(false), in StructVars()
362 size_t m_struct_size; ///< The size of the struct in bytes. member
DASTStructExtractor.cpp94 m_function.m_struct_size = in ExtractFromFunctionDecl()
DClangExpressionDeclMap.cpp423 m_struct_vars->m_struct_size = in DoStructLayout()
437 size = m_struct_vars->m_struct_size; in GetStructInfo()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h323 size_t m_struct_size; ///< The size of the argument struct, in bytes. variable
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp152 m_struct_size, lldb::ePermissionsReadable | lldb::ePermissionsWritable, in WriteFunctionArguments()