Searched refs:function_load_addr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallFunctionUsingABI.cpp | 30 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 D | ThreadPlanCallFunction.cpp | 36 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 D | ThreadPlanCallFunction.h | 108 lldb::addr_t &function_load_addr);
|