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

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp30 lldb::addr_t function_load_addr = LLDB_INVALID_ADDRESS; local
33 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr))
36 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr,
H A DThreadPlanCallFunction.cpp36 lldb::addr_t &function_load_addr) {
92 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget());
115 lldb::addr_t function_load_addr = LLDB_INVALID_ADDRESS; local
118 if (!ConstructorSetup(thread, abi, start_load_addr, function_load_addr))
121 if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr,
34 ConstructorSetup( Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr, lldb::addr_t &function_load_addr) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h108 lldb::addr_t &function_load_addr);

Completed in 164 milliseconds