Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp49 SectionSP addr_sect_sp = addr.GetSection(); in Contains() local
51 if (!addr_sect_sp || in Contains()
52 range_sect_sp->GetModule() != addr_sect_sp->GetModule()) in Contains()
54 } else if (addr_sect_sp) { in Contains()