Home
last modified time | relevance | path

Searched refs:kFormatData (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.h33 constexpr const char *kFormatData = "{{{data:%p}}}"; variable
H A Dsanitizer_symbolizer_markup.cpp31 buffer->AppendF(kFormatData, reinterpret_cast<void *>(DI->start)); in RenderData()