Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h334 eAddressRangeSpecified = 1 << 6 enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1003 case eAddressRangeSpecified: in AddSpecification()
1111 if (m_type & eAddressRangeSpecified) { in AddressMatches()
1178 if (m_type == eAddressRangeSpecified && m_address_range_up != nullptr) { in GetDescription()