Searched refs:ResolveAddressUsingFileSections (Results 1 – 6 of 6) sorted by relevance
395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
226 ResolveAddressUsingFileSections(address, section_list); in Address()241 Address::ResolveAddressUsingFileSections (addr_t file_addr, const SectionList *section_list) in ResolveAddressUsingFileSections() function in Address
446 return so_addr.ResolveAddressUsingFileSections(vm_addr, section_list); in ResolveFileAddress()
568 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()
3912 … if (!m_entry_point_address.ResolveAddressUsingFileSections (start_address, GetSectionList())) in GetEntryPointAddress()
1059 …func_range.GetBaseAddress().ResolveAddressUsingFileSections (lowest_func_addr, module_sp->GetSecti… in ParseCompileUnitFunction()