Searched refs:start_hook_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp89 CHECK(start_hook_ == 0 && end_hook_ == 0);
90 start_hook_ = start_hook;
116 start_hook_(0), end_hook_(0) {}
120 if (sym_->start_hook_)
121 sym_->start_hook_();
H A Dsanitizer_symbolizer.h203 StartSymbolizationHook start_hook_; member in class:__sanitizer::final

Completed in 47 milliseconds