Searched refs:ShadowBase (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 738 Value *ShadowBase, bool DoPoison); 741 void SetShadowToStackAfterReturnInlined(IRBuilder<> &IRB, Value *ShadowBase, 1730 IRBuilder<> &IRB, Value *ShadowBase, in poisonRedZones() argument 1748 Value *Ptr = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)); in poisonRedZones() 1772 IRBuilder<> &IRB, Value *ShadowBase, int Size) { in SetShadowToStackAfterReturnInlined() argument 1779 Value *p = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)); in SetShadowToStackAfterReturnInlined() 1977 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack() local 1978 poisonRedZones(L.ShadowBytes, IRB, ShadowBase, true); in poisonStack() 2006 SetShadowToStackAfterReturnInlined(IRBPoison, ShadowBase, in poisonStack() 2024 poisonRedZones(L.ShadowBytes, IRBElse, ShadowBase, false); in poisonStack() [all …]
|
D | MemorySanitizer.cpp | 206 uint64_t ShadowBase; member 941 uint64_t ShadowBase = MS.MapParams->ShadowBase; in getShadowPtr() local 942 if (ShadowBase != 0) in getShadowPtr() 945 ConstantInt::get(MS.IntptrTy, ShadowBase)); in getShadowPtr() 2603 Value *ShadowBase = getShadowPtr(&I, Type::getInt8PtrTy(*MS.C), IRB); in visitAllocaInst() local 2605 IRB.CreateMemSet(ShadowBase, PoisonValue, Size, I.getAlignment()); in visitAllocaInst()
|