Searched refs:ASan (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc289 // FIXME: under ASan the call below may write to freed memory and corrupt
300 // FIXME: under ASan the call below may write to freed memory and corrupt
341 // FIXME: under ASan the call below may write to freed memory and corrupt
359 // FIXME: under ASan the call below may write to freed memory and corrupt
377 // FIXME: under ASan the call below may write to freed memory and corrupt
624 // FIXME: under ASan the call below may write to freed memory and corrupt
637 // FIXME: under ASan the call below may write to freed memory and corrupt
650 // FIXME: under ASan the call below may write to freed memory and corrupt
663 // FIXME: under ASan the call below may write to freed memory and corrupt
707 // FIXME: under ASan th
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp137 cl::desc("ASan coverage. 0: none, 1: entry block, 2: all blocks"),
458 AddressSanitizer &ASan; member in struct:__anon26249::FunctionStackPoisoner
486 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) argument
487 : F(F), ASan(ASan), DIB(*F.getParent()), C(ASan.C),
488 IntptrTy(ASan.IntptrTy), IntptrPtrTy(PointerType::get(IntptrTy, 0)),
489 Mapping(ASan.Mapping),
537 // Found lifetime intrinsic, add ASan instrumentation if necessary.
568 uint64_t SizeInBytes = ASan
[all...]

Completed in 85 milliseconds