Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.h98 virtual bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function
Dsanitizer_symbolizer_posix_libcdep.cc605 bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() function in __sanitizer::POSIXSymbolizer
/external/compiler-rt/lib/lsan/
Dlsan_common.cc468 if (Symbolizer::Get()->GetModuleNameAndOffsetForPC(addr, &module_name, in GetSuppressionForAddr()