Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_fuchsia.h
H A Dsanitizer_symbolizer_markup_constants.h30 constexpr uptr kFormatFunctionMax = 64; // More than big enough for 64-bit hex. variable
H A Dsanitizer_symbolizer_markup.cpp50 char buffer[kFormatFunctionMax]; in SymbolizePC()