Home
last modified time | relevance | path

Searched refs:function_load_addr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunctionUsingABI.cpp30 lldb::addr_t function_load_addr = LLDB_INVALID_ADDRESS; in ThreadPlanCallFunctionUsingABI() local
33 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr)) in ThreadPlanCallFunctionUsingABI()
36 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunctionUsingABI()
DThreadPlanCallFunction.cpp35 lldb::addr_t &function_load_addr) { in ConstructorSetup() argument
91 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
111 lldb::addr_t function_load_addr = LLDB_INVALID_ADDRESS; in ThreadPlanCallFunction() local
114 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr)) in ThreadPlanCallFunction()
117 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunction()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h108 lldb::addr_t &function_load_addr);