Searched refs:lowest_func_addr (Results 1 – 1 of 1) sorted by relevance
921 lldb::addr_t lowest_func_addr = ranges.GetMinRangeBase(0); in ParseFunction() local923 if (lowest_func_addr == LLDB_INVALID_ADDRESS || in ParseFunction()924 lowest_func_addr >= highest_func_addr || in ParseFunction()925 lowest_func_addr < m_first_code_address) in ParseFunction()931 lowest_func_addr, module_sp->GetSectionList()); in ParseFunction()935 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseFunction()