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
329 The allowlist and blocklist format is similar to that of the sanitizer blocklist format.
360 Be careful that the paths of source files are matched exactly as they are provided on the clang
389 % clang++ -g cov.cc -fsanitize=address -fsanitize-coverage=trace-pc-guard
401 Every time you run an executable instrumented with SanitizerCoverage
403 If the executable is dynamically linked against instrumented DSOs,
406 Sancov data format
409 The format of ``*.sancov`` files is very simple: the first 8 bytes is the magic,
435 -blocklist=<string> - Blocklist file (sanitizer blocklist format).