Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1054 lldb::addr_t lowest_func_addr = func_ranges.GetMinRangeBase (0); in ParseCompileUnitFunction() local
1056 if (lowest_func_addr != LLDB_INVALID_ADDRESS && lowest_func_addr <= highest_func_addr) in ParseCompileUnitFunction()
1059 …func_range.GetBaseAddress().ResolveAddressUsingFileSections (lowest_func_addr, module_sp->GetSecti… in ParseCompileUnitFunction()
1061 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseCompileUnitFunction()