Searched refs:lowest_func_addr (Results 1 – 1 of 1) sorted by relevance
928 lldb::addr_t lowest_func_addr = ranges.GetMinRangeBase(0); in ParseFunction() local930 if (lowest_func_addr == LLDB_INVALID_ADDRESS || in ParseFunction()931 lowest_func_addr >= highest_func_addr || in ParseFunction()932 lowest_func_addr < m_first_code_address) in ParseFunction()938 lowest_func_addr, module_sp->GetSectionList()); in ParseFunction()942 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseFunction()