Home
last modified time | relevance | path

Searched refs:m_function_addr (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Target/
DThreadPlanCallFunction.cpp123 function_load_addr = m_function_addr.GetLoadAddress (target_sp.get()); in ConstructorSetup()
140 m_function_addr (function), in ThreadPlanCallFunction()
206 m_function_addr (function), in ThreadPlanCallFunction()
332 … s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
/external/lldb/source/Expression/
DClangFunction.cpp59 m_function_addr (functionAddress), in ClangFunction()
81 m_function_addr (), in ClangFunction()
95 m_function_addr = m_function_ptr->GetAddressRange().GetBaseAddress(); in ClangFunction()
286 … return WriteFunctionArguments(exe_ctx, args_addr_ref, m_function_addr, m_arg_values, errors); in WriteFunctionArguments()
/external/lldb/include/lldb/Target/
DThreadPlanCallFunction.h168 Address m_function_addr; variable
/external/lldb/include/lldb/Expression/
DClangFunction.h625 …Address m_function_addr; ///< If we don't have the Function… variable