Home
last modified time | relevance | path

Searched refs:highest_func_addr (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1055 lldb::addr_t highest_func_addr = func_ranges.GetMaxRangeEnd (0); in ParseCompileUnitFunction() local
1056 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()