Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp48 SectionSP addr_sect_sp = addr.GetSection(); in Contains() local
50 if (!addr_sect_sp || in Contains()
51 range_sect_sp->GetModule() != addr_sect_sp->GetModule()) in Contains()
53 } else if (addr_sect_sp) { in Contains()