Home
last modified time | relevance | path

Searched refs:GetModuleNameAndOffsetForPC (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.h93 bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name,
98 if (GetModuleNameAndOffsetForPC(pc, &module_name, &unused)) in GetModuleNameForPc()
Dsanitizer_coverage_libcdep.cc619 sym->GetModuleNameAndOffsetForPC(UnbundlePc(pc_array[i]), &module_name, in DumpTrace()
674 sym->GetModuleNameAndOffsetForPC(caller, &caller_module_name, in DumpCallerCalleePairs()
682 sym->GetModuleNameAndOffsetForPC(callee, &callee_module_name, in DumpCallerCalleePairs()
776 sym->GetModuleNameAndOffsetForPC(pc, nullptr, &offset); in GetRangeOffsets()
Dsanitizer_symbolizer_libcdep.cc99 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.h123 bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name,
128 if (GetModuleNameAndOffsetForPC(pc, &module_name, &unused)) in GetModuleNameForPc()
Dsanitizer_symbolizer_markup.cpp52 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
Dsanitizer_stacktrace_libcdep.cpp96 bool ok = Symbolizer::GetOrInit()->GetModuleNameAndOffsetForPC( in GetModuleAndOffsetForPc()
Dsanitizer_symbolizer_libcdep.cpp142 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp362 if (sym->GetModuleNameAndOffsetForPC(mem, &module_name, in PrintAddressDescription()