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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp741 Type *RZPtrTy = PointerType::get(RZTy, 0); local
751 IRB.CreateStore(PoisonLeft, IRB.CreateIntToPtr(ShadowBase, RZPtrTy));
779 IRB.CreateStore(PartialPoison, IRB.CreateIntToPtr(Ptr, RZPtrTy));
786 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, RZPtrTy));

Completed in 75 milliseconds