Searched refs:m_function_addr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp54 m_function_addr.GetLoadAddress(target_sp.get()));
H A DThreadPlanCallFunction.cpp91 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget());
105 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function),
135 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function),
221 m_function_addr.GetLoadAddress(target_sp.get()));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h124 Address m_function_addr; member in class:lldb_private::ThreadPlanCallFunction
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h304 Address m_function_addr; ///< If we don't have the FunctionSP, we at least member in class:lldb_private::FunctionCaller
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp42 m_function_ptr(nullptr), m_function_addr(functionAddress),
167 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr()));

Completed in 403 milliseconds