Lines Matching +refs:clang +refs:format +refs:executable
56 // binary (executable or DSO). The callback will be called at least
100 clang++ -g -fsanitize-coverage=trace-pc-guard trace-pc-guard-example.cc -c
101 clang++ trace-pc-guard-cb.cc trace-pc-guard-example.o -fsanitize=address
411 The allowlist and blocklist format is similar to that of the sanitizer blocklist format.
442 Be careful that the paths of source files are matched exactly as they are provided on the clang
471 % clang++ -g cov.cc -fsanitize=address -fsanitize-coverage=trace-pc-guard
483 Every time you run an executable instrumented with SanitizerCoverage
485 If the executable is dynamically linked against instrumented DSOs,
488 Sancov data format
491 The format of ``*.sancov`` files is very simple: the first 8 bytes is the magic,
517 -blocklist=<string> - Blocklist file (sanitizer blocklist format).