Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp189 while (!ranges_.empty()) { in clear()
190 AddressRange *r = ranges_.front(); in clear()
191 ranges_.pop_front(); in clear()
201 ranges_.push_back(r); in addAddressRange()
H A Dsanitizer_common.h830 ranges_.clear(); in LoadedModule()
868 const IntrusiveList<AddressRange> &ranges() const { return ranges_; } in ranges()
878 IntrusiveList<AddressRange> ranges_; variable