Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h147 bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name,
152 if (GetModuleNameAndOffsetForPC(pc, &module_name, &unused)) in GetModuleNameForPc()
H A Dsanitizer_stacktrace_libcdep.cpp173 bool ok = Symbolizer::GetOrInit()->GetModuleNameAndOffsetForPC( in GetModuleAndOffsetForPc()
H A Dsanitizer_symbolizer_libcdep.cpp141 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp754 if (sym->GetModuleNameAndOffsetForPC(candidate.untagged_addr, &module_name, in PrintHeapOrGlobalCandidate()