Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp33 lldb::addr_t function_load_addr = LLDB_INVALID_ADDRESS; in ThreadPlanCallFunctionUsingABI() local
36 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr)) in ThreadPlanCallFunctionUsingABI()
39 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
118 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
138 lldb::addr_t function_load_addr = LLDB_INVALID_ADDRESS; in ThreadPlanCallFunction() local
141 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr)) in ThreadPlanCallFunction()
144 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr, in ThreadPlanCallFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h109 lldb::addr_t &function_load_addr);