Searched refs:highest_func_addr (Results 1 – 1 of 1) sorted by relevance
1055 lldb::addr_t highest_func_addr = func_ranges.GetMaxRangeEnd (0); in ParseCompileUnitFunction() local1056 if (lowest_func_addr != LLDB_INVALID_ADDRESS && lowest_func_addr <= highest_func_addr) in ParseCompileUnitFunction()1061 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseCompileUnitFunction()