Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp118 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
132 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
162 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
248 m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
H A DThreadPlanCallFunctionUsingABI.cpp57 m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp43 m_function_ptr(NULL), m_function_addr(functionAddress), in FunctionCaller()
169 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h347 Address m_function_addr; ///< If we don't have the FunctionSP, we at least variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h125 Address m_function_addr; variable