Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp91 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
105 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
135 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
219 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
DThreadPlanCallFunctionUsingABI.cpp53 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h124 Address m_function_addr; variable
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp42 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()
167 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h304 Address m_function_addr; ///< If we don't have the FunctionSP, we at least variable