Home
last modified time | relevance | path

Searched refs:m_return_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp97 m_function.m_return_offset = in ExtractFromFunctionDecl()
100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h327 uint64_t m_return_offset; ///< The offset of the result variable in the variable
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp48 m_return_offset(0), m_arg_values(arg_value_list), m_compiled(false), in FunctionCaller()
314 args_addr + m_return_offset, m_return_size, 0, error); in FetchFunctionResults()