Searched refs:m_entry_point_address (Results 1 – 2 of 2) sorted by relevance
236 lldb_private::Address m_entry_point_address; variable
945 if (m_entry_point_address.IsValid()) in GetEntryPointAddress()946 return m_entry_point_address; in GetEntryPointAddress()949 return m_entry_point_address; in GetEntryPointAddress()955 m_entry_point_address.SetOffset(offset); in GetEntryPointAddress()957 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()958 return m_entry_point_address; in GetEntryPointAddress()