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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp517 Value *ShadowBase, bool DoPoison);
1286 const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> IRB, Value *ShadowBase,
1301 IRB.CreateStore(PoisonLeft, IRB.CreateIntToPtr(ShadowBase, RZPtrTy));
1314 assert(ShadowBase->getType() == IntptrTy);
1318 ShadowBase, ConstantInt::get(IntptrTy,
1337 Ptr = IRB.CreateAdd(ShadowBase,
1432 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); local
1433 poisonRedZones(AllocaVec, IRB, ShadowBase, true);
1443 poisonRedZones(AllocaVec, IRBRet, ShadowBase, false);
1285 poisonRedZones( const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> IRB, Value *ShadowBase, bool DoPoison) argument
H A DMemorySanitizer.cpp1719 Value *ShadowBase = getShadowPtr(&I, Type::getInt8PtrTy(*MS.C), IRB); local
1721 IRB.CreateMemSet(ShadowBase, PoisonValue, Size, I.getAlignment());

Completed in 170 milliseconds