Home
last modified time | relevance | path

Searched refs:ShadowBase (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp307 Value *ShadowBase = nullptr; member in __anon4587ec1a0111::HWAddressSanitizer
660 if (ShadowBase == I) in getInterestingMemoryOperands()
730 return IRB.CreateGEP(Int8Ty, ShadowBase, Shadow); in memToShadow()
753 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)}); in instrumentMemAccessInline()
1046 ShadowBase = getShadowNonTls(IRB); in emitPrologue()
1051 ShadowBase = getDynamicShadowIfunc(IRB); in emitPrologue()
1112 ShadowBase = IRB.CreateAdd( in emitPrologue()
1117 ShadowBase = IRB.CreateIntToPtr(ShadowBase, Int8PtrTy); in emitPrologue()
1270 assert(!ShadowBase); in sanitizeFunction()
1354 ShadowBase = nullptr; in sanitizeFunction()
H A DAddressSanitizer.cpp1141 IRBuilder<> &IRB, Value *ShadowBase);
1144 Value *ShadowBase);
1147 size_t End, IRBuilder<> &IRB, Value *ShadowBase);
1343 Value *ShadowBase; in memToShadow() local
1345 ShadowBase = LocalDynamicShadow; in memToShadow()
1347 ShadowBase = ConstantInt::get(IntptrTy, Mapping.Offset); in memToShadow()
1349 return IRB.CreateOr(Shadow, ShadowBase); in memToShadow()
1351 return IRB.CreateAdd(Shadow, ShadowBase); in memToShadow()
2967 Value *ShadowBase) { in copyToShadowInline() argument
3006 Value *Ptr = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)); in copyToShadowInline()
[all …]
H A DMemorySanitizer.cpp353 uint64_t ShadowBase; member
912 CustomMapParams.ShadowBase = ClShadowBase; in initializeModule()
1487 uint64_t ShadowBase = MS.MapParams->ShadowBase; in getShadowOriginPtrUserspace() local
1488 if (ShadowBase != 0) { in getShadowOriginPtrUserspace()
1491 ConstantInt::get(MS.IntptrTy, ShadowBase)); in getShadowOriginPtrUserspace()
3845 Value *ShadowBase, *OriginBase; in poisonAllocaUserspace() local
3846 std::tie(ShadowBase, OriginBase) = getShadowOriginPtr( in poisonAllocaUserspace()
3850 IRB.CreateMemSet(ShadowBase, PoisonValue, Len, in poisonAllocaUserspace()
4207 Value *ShadowBase = getShadowPtrForVAArgument( in visitCallBase() local
4213 if (!ShadowBase) in visitCallBase()
[all …]