Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp921 lldb::addr_t lowest_func_addr = ranges.GetMinRangeBase(0); in ParseFunction() local
923 if (lowest_func_addr == LLDB_INVALID_ADDRESS || in ParseFunction()
924 lowest_func_addr >= highest_func_addr || in ParseFunction()
925 lowest_func_addr < m_first_code_address) in ParseFunction()
931 lowest_func_addr, module_sp->GetSectionList()); in ParseFunction()
935 func_range.SetByteSize(highest_func_addr - lowest_func_addr); in ParseFunction()