Searched refs:m_return_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h46 llvm::Type &m_return_type; member in class:lldb_private::ThreadPlanCallFunctionUsingABI
H A DThreadPlanCallFunction.h148 CompilerType m_return_type; member in class:lldb_private::ThreadPlanCallFunction
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp28 m_return_type(return_type) {
64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent);
H A DThreadPlanCallFunction.cpp113 m_stop_address(LLDB_INVALID_ADDRESS), m_return_type(return_type) {
146 m_stop_address(LLDB_INVALID_ADDRESS), m_return_type(CompilerType()) {}
469 if (abi && m_return_type.IsValid()) {
472 abi->GetReturnValueObject(GetThread(), m_return_type, persistent);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h93 llvm::StringRef m_return_type; // Return type: "size_t" member in class:lldb_private::CPlusPlusLanguage::MethodName
H A DCPlusPlusLanguage.cpp115 m_return_type = llvm::StringRef();
247 m_return_type = llvm::StringRef();
265 m_return_type = function->return_type;
302 return m_return_type;

Completed in 132 milliseconds