Searched refs:poisonAlloca (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 790 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison); 2032 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in poisonStack() 2186 poisonAlloca(LocalStackBase, LocalStackSize, IRB, false); in poisonStack() 2246 void FunctionStackPoisoner::poisonAlloca(Value *V, uint64_t Size, in poisonAlloca() function in FunctionStackPoisoner
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1052 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison); 2820 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas() 3093 void FunctionStackPoisoner::poisonAlloca(Value *V, uint64_t Size, in poisonAlloca() function in FunctionStackPoisoner
|