Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp98 m_function.m_return_offset = in ExtractFromFunctionDecl()
101 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h371 uint64_t m_return_offset; ///< The offset of the result variable in the variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp295 args_addr + m_return_offset, m_return_size, 0, error); in FetchFunctionResults()