Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A 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()
H A DThreadPlanCallFunction.cpp36 lldb::addr_t &function_load_addr) { in ConstructorSetup() argument
92 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
115 lldb::addr_t function_load_addr = LLDB_INVALID_ADDRESS; in ThreadPlanCallFunction() local
118 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr)) in ThreadPlanCallFunction()
121 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h108 lldb::addr_t &function_load_addr);