Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp92 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
106 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
139 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
226 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
H A DThreadPlanCallFunctionUsingABI.cpp53 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h124 Address m_function_addr; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DFunctionCaller.h304 Address m_function_addr; ///< If we don't have the FunctionSP, we at least variable
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp43 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()
183 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments()