Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp922 lldb::addr_t highest_func_addr = ranges.GetMaxRangeEnd(0); in ParseFunction() local
924 lowest_func_addr >= highest_func_addr || in ParseFunction()
935 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseFunction()