Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp352 Value *ShadowBase = nullptr; member in __anonb30972230111::HWAddressSanitizer
739 if (ShadowBase == I) in getInterestingMemoryOperands()
809 return IRB.CreateGEP(Int8Ty, ShadowBase, Shadow); in memToShadow()
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()
1369 assert(!ShadowBase); in sanitizeFunction()
[all …]
H A DAddressSanitizer.cpp1148 IRBuilder<> &IRB, Value *ShadowBase);
1151 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
3412 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas() local
3430 IRB, ShadowBase); in processStaticAllocas()
[all …]
H A DMemorySanitizer.cpp353 uint64_t ShadowBase; member
1487 uint64_t ShadowBase = MS.MapParams->ShadowBase; in getShadowOriginPtrUserspace() local
1488 if (ShadowBase != 0) { in getShadowOriginPtrUserspace()
4235 if (!ShadowBase) in visitCallBase()
4256 ShadowBase = in visitCallBase()
4264 ShadowBase = in visitCallBase()
4275 ShadowBase = in visitCallBase()
4287 if (!ShadowBase) in visitCallBase()
5082 Value *ShadowBase = nullptr; in visitCallBase() local
5145 ShadowBase = in visitCallBase()
[all …]
H A DDataFlowSanitizer.cpp250 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()