Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h402 : m_struct_alignment(0), m_struct_size(0), m_struct_laid_out(false), in StructVars()
407 size_t m_struct_size; ///< The size of the struct in bytes. member
H A DASTStructExtractor.cpp95 m_function.m_struct_size = in ExtractFromFunctionDecl()
H A DClangExpressionDeclMap.cpp530 m_struct_vars->m_struct_size = in DoStructLayout()
544 size = m_struct_vars->m_struct_size; in GetStructInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h367 size_t m_struct_size; ///< The size of the argument struct, in bytes. variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp154 m_struct_size, lldb::ePermissionsReadable | lldb::ePermissionsWritable, in WriteFunctionArguments()