Searched refs:GetModuleNameForPc (Results 1 – 6 of 6) sorted by relevance
147 const char *DstModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Vtable); in __ubsan_handle_cfi_bad_type()151 const char *SrcModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Opts.pc); in __ubsan_handle_cfi_bad_type()
436 if (const char *Module = Symbolizer::GetOrInit()->GetModuleNameForPc(PC)) { in IsPCSuppressed()
858 const char *SrcModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Opts.pc); in handleCFIBadIcall()
78 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed()
125 const char *GetModuleNameForPc(uptr pc) { in GetModuleNameForPc() function
766 Symbolizer::GetOrInit()->GetModuleNameForPc(addr)) in GetSuppressionForAddr()