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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp789 Value *ShadowBase, bool DoPoison);
792 void SetShadowToStackAfterReturnInlined(IRBuilder<> &IRB, Value *ShadowBase,
1924 IRBuilder<> &IRB, Value *ShadowBase,
1942 Value *Ptr = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i));
1960 // Set Size bytes starting from ShadowBase to kAsanStackAfterReturnMagic.
1966 IRBuilder<> &IRB, Value *ShadowBase, int Size) {
1973 Value *p = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i));
2179 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); local
2180 poisonRedZones(L.ShadowBytes, IRB, ShadowBase, true);
2188 poisonRedZones(L.ShadowBytes, IRB, ShadowBase, fals
1923 poisonRedZones(ArrayRef<uint8_t> ShadowBytes, IRBuilder<> &IRB, Value *ShadowBase, bool DoPoison) argument
1965 SetShadowToStackAfterReturnInlined( IRBuilder< &IRB, Value *ShadowBase, int Size) argument
[all...]
H A DMemorySanitizer.cpp206 // Shadow = ShadowBase + Offset
211 uint64_t ShadowBase; member in struct:__anon13319::MemoryMapParams
224 0, // ShadowBase (not used)
233 0, // ShadowBase (not used)
238 0, // ShadowBase (not used)
247 0, // ShadowBase (not used)
255 0x080000000000, // ShadowBase
263 0, // ShadowBase (not used)
271 0x000020000000, // ShadowBase
279 0x100000000000, // ShadowBase
962 uint64_t ShadowBase = MS.MapParams->ShadowBase; local
2693 Value *ShadowBase = getShadowPtr(&I, Type::getInt8PtrTy(*MS.C), IRB); local
[all...]

Completed in 66 milliseconds