Home
last modified time | relevance | path

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

/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()
180 // GetModuleNameAndOffsetForPC has to return a string to the caller.
H A Dsanitizer_symbolizer_markup_fuchsia.cpp38 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
H A Dsanitizer_stacktrace_libcdep.cpp173 bool ok = Symbolizer::GetOrInit()->GetModuleNameAndOffsetForPC( in GetModuleAndOffsetForPc()
H A Dsanitizer_symbolizer_libcdep.cpp139 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::Symbolizer
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp754 if (sym->GetModuleNameAndOffsetForPC(candidate.untagged_addr, &module_name, in PrintHeapOrGlobalCandidate()