Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_rtems.h29 constexpr const char *kFormatFunction = "{{{pc:%p}}}"; variable
Dsanitizer_symbolizer_fuchsia.h28 constexpr const char *kFormatFunction = "{{{pc:%p}}}"; variable
Dsanitizer_symbolizer_markup.cpp68 internal_snprintf(buffer, sizeof(buffer), kFormatFunction, addr); in SymbolizePC()