Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp47 SectionSP range_sect_sp = GetBaseAddress().GetSection(); in Contains() local
49 if (range_sect_sp) { in Contains()
51 range_sect_sp->GetModule() != addr_sect_sp->GetModule()) in Contains()