Searched refs:ShadowBase (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 699 Value *ShadowBase, bool DoPoison); 702 void SetShadowToStackAfterReturnInlined(IRBuilder<> &IRB, Value *ShadowBase, 1629 IRBuilder<> &IRB, Value *ShadowBase, in poisonRedZones() argument 1647 Value *Ptr = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)); in poisonRedZones() 1671 IRBuilder<> &IRB, Value *ShadowBase, int Size) { in SetShadowToStackAfterReturnInlined() argument 1678 Value *p = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)); in SetShadowToStackAfterReturnInlined() 1855 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack() local 1856 poisonRedZones(L.ShadowBytes, IRB, ShadowBase, true); in poisonStack() 1884 SetShadowToStackAfterReturnInlined(IRBPoison, ShadowBase, in poisonStack() 1901 poisonRedZones(L.ShadowBytes, IRBElse, ShadowBase, false); in poisonStack() [all …]
|
D | MemorySanitizer.cpp | 203 uint64_t ShadowBase; member 892 uint64_t ShadowBase = MS.MapParams->ShadowBase; in getShadowPtr() local 893 if (ShadowBase != 0) in getShadowPtr() 896 ConstantInt::get(MS.IntptrTy, ShadowBase)); in getShadowPtr() 2544 Value *ShadowBase = getShadowPtr(&I, Type::getInt8PtrTy(*MS.C), IRB); in visitAllocaInst() local 2546 IRB.CreateMemSet(ShadowBase, PoisonValue, Size, I.getAlignment()); in visitAllocaInst()
|