Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp845 lldb::addr_t highest_func_addr = ranges.GetMaxRangeEnd(0); in ParseFunction() local
847 lowest_func_addr >= highest_func_addr || in ParseFunction()
858 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseFunction()