Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp82 CHECK_LT(idx, ARRAY_SIZE(ignored_code_ranges_)); in OnLibraryLoaded()
83 ignored_code_ranges_[idx].OnLoad(range.beg, range.end); in OnLibraryLoaded()
96 ignored_code_ranges_[lib->range_id].OnUnload(); in OnLibraryLoaded()
H A Dsanitizer_libignore.h85 LibCodeRange ignored_code_ranges_[kMaxIgnoredRanges]; variable
104 if (ignored_code_ranges_[i].IsInRange(pc)) { in IsIgnored()