Searched refs:ShadowBase (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | HWAddressSanitizer.cpp | 352 Value *ShadowBase = nullptr; member in __anon3b3a63070111::HWAddressSanitizer 739 if (ShadowBase == I) in getInterestingMemoryOperands() 809 return IRB.CreateGEP(Int8Ty, ShadowBase, Shadow); in memToShadow() 832 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)}); in instrumentMemAccessInline() 1139 ShadowBase = getShadowNonTls(IRB); in emitPrologue() 1141 ShadowBase = getDynamicShadowIfunc(IRB); in emitPrologue() 1143 if (!WithFrameRecord && ShadowBase) in emitPrologue() 1200 if (!ShadowBase) { in emitPrologue() 1204 ShadowBase = IRB.CreateAdd( in emitPrologue() 1209 ShadowBase = IRB.CreateIntToPtr(ShadowBase, Int8PtrTy); in emitPrologue() [all …]
|
| D | AddressSanitizer.cpp | 1148 IRBuilder<> &IRB, Value *ShadowBase); 1151 Value *ShadowBase); 1154 size_t End, IRBuilder<> &IRB, Value *ShadowBase); 1353 Value *ShadowBase; in memToShadow() local 1355 ShadowBase = LocalDynamicShadow; in memToShadow() 1357 ShadowBase = ConstantInt::get(IntptrTy, Mapping.Offset); in memToShadow() 1359 return IRB.CreateOr(Shadow, ShadowBase); in memToShadow() 1361 return IRB.CreateAdd(Shadow, ShadowBase); in memToShadow() 2966 Value *ShadowBase) { in copyToShadowInline() argument 3005 Value *Ptr = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)); in copyToShadowInline() [all …]
|
| D | MemorySanitizer.cpp | 353 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() 3867 Value *ShadowBase, *OriginBase; in poisonAllocaUserspace() local 3868 std::tie(ShadowBase, OriginBase) = getShadowOriginPtr( in poisonAllocaUserspace() 3872 IRB.CreateMemSet(ShadowBase, PoisonValue, Len, in poisonAllocaUserspace() 4229 Value *ShadowBase = getShadowPtrForVAArgument( in visitCallBase() local 4235 if (!ShadowBase) in visitCallBase() [all …]
|
| D | DataFlowSanitizer.cpp | 250 uint64_t ShadowBase; member 1779 uint64_t ShadowBase = MapParams->ShadowBase; in getShadowOriginAddress() local 1780 if (ShadowBase != 0) { in getShadowOriginAddress() 1782 IRB.CreateAdd(ShadowLong, ConstantInt::get(IntptrTy, ShadowBase)); in getShadowOriginAddress()
|