Home
last modified time | relevance | path

Searched refs:GetModuleNameForPc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cc148 const char *DstModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Vtable); in __ubsan_handle_cfi_bad_type()
152 const char *SrcModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Opts.pc); in __ubsan_handle_cfi_bad_type()
H A Dubsan_diag.cc425 if (const char *Module = Symbolizer::GetOrInit()->GetModuleNameForPc(PC)) { in IsPCSuppressed()
H A Dubsan_handlers.cc801 const char *SrcModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Opts.pc); in handleCFIBadIcall()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_suppressions.cc79 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h98 const char *GetModuleNameForPc(uptr pc) { in GetModuleNameForPc() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.cc636 Symbolizer::GetOrInit()->GetModuleNameForPc(addr)) in GetSuppressionForAddr()