Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp47 m_struct_valid(false), m_struct_size(0), m_return_size(0), in FunctionCaller()
166 m_struct_size, lldb::ePermissionsReadable | lldb::ePermissionsWritable, in WriteFunctionArguments()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h323 size_t m_struct_size; ///< The size of the argument struct, in bytes. variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp94 m_function.m_struct_size = in ExtractFromFunctionDecl()
H A DClangExpressionDeclMap.h361 size_t m_struct_size = 0; ///< The size of the struct in bytes. member
H A DClangExpressionDeclMap.cpp445 m_struct_vars->m_struct_size = in DoStructLayout()
459 size = m_struct_vars->m_struct_size; in GetStructInfo()