Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_rtems.h30 constexpr uptr kFormatFunctionMax = 64; // More than big enough for 64-bit hex. variable
Dsanitizer_symbolizer_fuchsia.h29 constexpr uptr kFormatFunctionMax = 64; // More than big enough for 64-bit hex. variable
Dsanitizer_symbolizer_markup.cpp67 char buffer[kFormatFunctionMax]; in SymbolizePC()