Searched refs:lowest_func_addr (Results 1 – 1 of 1) sorted by relevance
844 lldb::addr_t lowest_func_addr = ranges.GetMinRangeBase(0); in ParseFunction() local846 if (lowest_func_addr == LLDB_INVALID_ADDRESS || in ParseFunction()847 lowest_func_addr >= highest_func_addr || in ParseFunction()848 lowest_func_addr < m_first_code_address) in ParseFunction()854 lowest_func_addr, module_sp->GetSectionList()); in ParseFunction()858 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseFunction()