Searched refs:LibCodeRange (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.h60 struct LibCodeRange { struct in class:__sanitizer::LibIgnore
65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const {
75 LibCodeRange ignored_code_ranges_[kMaxIgnoredRanges];
78 LibCodeRange instrumented_code_ranges_[kMaxInstrumentedRanges];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h58 struct LibCodeRange { struct in class:__sanitizer::LibIgnore
63 inline bool IsInRange(uptr pc, const LibCodeRange &range) const {
73 LibCodeRange ignored_code_ranges_[kMaxIgnoredRanges];
76 LibCodeRange instrumented_code_ranges_[kMaxInstrumentedRanges];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h59 struct LibCodeRange { struct in class:__sanitizer::LibIgnore
64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const {
74 LibCodeRange ignored_code_ranges_[kMaxIgnoredRanges];
77 LibCodeRange instrumented_code_ranges_[kMaxInstrumentedRanges];

Completed in 198 milliseconds