Lines Matching refs:AddressSanitizer
1 Using AddressSanitizer in Subzero
4 AddressSanitizer is a powerful compile-time tool used to detect and report
8 AddressSanitizer is only supported on native builds of .pexe files and cannot be
11 In Subzero, AddressSanitizer depends on being able to find and instrument calls
16 etc., so AddressSanitizer will not work correctly in the final executable.
32 AddressSanitizer runtime to work correctly. A .pexe file can be compiled with
33 AddressSanitizer and properly linked into a final executable using
41 Since AddressSanitizer is implemented only in Subzero, the target .pexe may
50 Most of the SPEC2000 benchmarks can be built with Subzero and AddressSanitizer,
52 calloc, 300.twolf and 252.eon will not build. AddressSanitizer correctly finds
57 To build the benchmarks with AddressSanitizer, some small changes to the