Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DFunctionCaller.h327 uint64_t m_return_offset; ///< The offset of the result variable in the variable
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp48 m_return_offset(0), m_arg_values(arg_value_list), m_compiled(false), in FunctionCaller()
317 args_addr + m_return_offset, m_return_size, 0, error); in FetchFunctionResults()