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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp601 AddressSanitizer &ASan; member in struct:__anon13431::FunctionStackPoisoner
640 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) argument
642 ASan(ASan),
644 C(ASan.C),
645 IntptrTy(ASan.IntptrTy),
647 Mapping(ASan.Mapping),
649 EmptyInlineAsm(CallInst::Create(ASan.EmptyAsm)) {}
726 if (!ASan.isInterestingAlloca(AI)) {
744 if (!ASan
[all...]

Completed in 125 milliseconds