Searched refs:m_entry_point_address (Results 1 – 2 of 2) sorted by relevance
228 lldb_private::Address m_entry_point_address; variable
935 if (m_entry_point_address.IsValid()) in GetEntryPointAddress()936 return m_entry_point_address; in GetEntryPointAddress()939 return m_entry_point_address; in GetEntryPointAddress()945 m_entry_point_address.SetOffset(offset); in GetEntryPointAddress()947 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()948 return m_entry_point_address; in GetEntryPointAddress()