Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Core/
H A DAddressRange.cpp48 SectionSP range_sect_sp = GetBaseAddress().GetSection(); in Contains() local
50 if (range_sect_sp) { in Contains()
52 range_sect_sp->GetModule() != addr_sect_sp->GetModule()) in Contains()