Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp83 ignored_code_ranges_[idx].OnLoad(range.beg, range.end); in OnLibraryLoaded()
116 instrumented_code_ranges_[idx].OnLoad(range.beg, range.end); in OnLibraryLoaded()
H A Dsanitizer_libignore.h70 void OnLoad(uptr b, uptr e) { in OnLoad() function