Searched refs:m_impl_stret_fn_addr (Results 1 – 2 of 2) sorted by relevance
635 m_impl_stret_fn_addr (LLDB_INVALID_ADDRESS), in AppleObjCTrampolineHandler()654 …m_impl_stret_fn_addr = class_getMethodImplementation_stret->GetAddress().GetOpcodeLoadAddress (tar… in AppleObjCTrampolineHandler()673 else if (m_impl_stret_fn_addr == LLDB_INVALID_ADDRESS) in AppleObjCTrampolineHandler()676 m_impl_stret_fn_addr = m_impl_fn_addr; in AppleObjCTrampolineHandler()
204 lldb::addr_t m_impl_stret_fn_addr; variable