Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DFunctionCaller.h323 size_t m_struct_size; ///< The size of the argument struct, in bytes. variable
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp47 m_struct_valid(false), m_struct_size(0), m_return_size(0), in FunctionCaller()
168 m_struct_size, lldb::ePermissionsReadable | lldb::ePermissionsWritable, in WriteFunctionArguments()
/openbsd-src/gnu/llvm/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.cpp447 m_struct_vars->m_struct_size = in DoStructLayout()
461 size = m_struct_vars->m_struct_size; in GetStructInfo()