Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h123 bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name,
128 if (GetModuleNameAndOffsetForPC(pc, &module_name, &unused)) in GetModuleNameForPc()
H A Dsanitizer_symbolizer_markup.cpp51 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
H A Dsanitizer_stacktrace_libcdep.cpp172 bool ok = Symbolizer::GetOrInit()->GetModuleNameAndOffsetForPC( in GetModuleAndOffsetForPc()
H A Dsanitizer_symbolizer_libcdep.cpp142 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp335 if (sym->GetModuleNameAndOffsetForPC(mem, &module_name, &module_address)) { in ShowHeapOrGlobalCandidate()