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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp575 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
1645 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);
1733 poisonAlloca(LocalStackBase, LocalStackSize, IRBRet, false);
1744 void FunctionStackPoisoner::poisonAlloca(Value *V, uint64_t Size, function in class:FunctionStackPoisoner

Completed in 315 milliseconds