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()
434 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()
129 const char *GetModuleNameForPc(uptr pc) { in GetModuleNameForPc() function
150 const char *module_name = Symbolizer::GetOrInit()->GetModuleNameForPc(addr); in GetSuppressionForAddr()