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()
442 if (const char *Module = Symbolizer::GetOrInit()->GetModuleNameForPc(PC)) { in IsPCSuppressed()
865 const char *SrcModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Opts.pc); in handleCFIBadIcall()
77 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed()
149 const char *GetModuleNameForPc(uptr pc) { in GetModuleNameForPc() function
151 const char *module_name = Symbolizer::GetOrInit()->GetModuleNameForPc(addr); in GetSuppressionForAddr()