Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h338 eAddressRangeSpecified = 1 << 6 enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp998 case eAddressRangeSpecified: in AddSpecification()
1106 if (m_type & eAddressRangeSpecified) { in AddressMatches()
1173 if (m_type == eAddressRangeSpecified && m_address_range_up != nullptr) { in GetDescription()