Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTStructExtractor.cpp97 m_function.m_return_offset = in ExtractFromFunctionDecl()
100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h327 uint64_t m_return_offset; ///< The offset of the result variable in the variable
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp292 args_addr + m_return_offset, m_return_size, 0, error); in FetchFunctionResults()