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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h58 bool IsKasan, uint64_t *ShadowBase,
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp606 bool IsKasan, uint64_t *ShadowBase,
609 *ShadowBase = Mapping.Offset;
1139 IRBuilder<> &IRB, Value *ShadowBase);
1142 Value *ShadowBase);
1145 size_t End, IRBuilder<> &IRB, Value *ShadowBase);
1242 Value *ShadowBase;
1244 ShadowBase = LocalDynamicShadow;
1246 ShadowBase = ConstantInt::get(IntptrTy, Mapping.Offset);
1248 return IRB.CreateOr(Shadow, ShadowBase);
1250 return IRB.CreateAdd(Shadow, ShadowBase);
605 getAddressSanitizerParams(const Triple &TargetTriple, int LongSize, bool IsKasan, uint64_t *ShadowBase, int *MappingScale, bool *OrShadowOffset) argument
[all...]
H A DHWAddressSanitizer.cpp423 Value *ShadowBase = nullptr; member in class:__anon2873::HWAddressSanitizer
792 if (ShadowBase == I)
865 return IRB.CreatePtrAdd(ShadowBase, Shadow);
924 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)});
1268 ShadowBase = getShadowNonTls(IRB);
1270 ShadowBase = getDynamicShadowIfunc(IRB);
1272 if (!WithFrameRecord && ShadowBase)
1332 if (!ShadowBase) {
1339 ShadowBase = IRB.CreateAdd(
1344 ShadowBase
[all...]
H A DMemorySanitizer.cpp357 cl::desc("Define custom MSan ShadowBase"),
377 // Shadow = ShadowBase + Offset
382 uint64_t ShadowBase; member in struct:__anon2879::MemoryMapParams
397 0, // ShadowBase (not used)
405 0, // ShadowBase (not used)
413 0, // ShadowBase (not used)
421 0x080000000000, // ShadowBase
429 0x080000000000, // ShadowBase
437 0, // ShadowBase (not used)
445 0, // ShadowBase (no
[all...]
H A DDataFlowSanitizer.cpp279 // Shadow = ShadowBase + Offset
284 uint64_t ShadowBase; member in struct:__anon2867::MemoryMapParams
295 0, // ShadowBase (not used)
303 0, // ShadowBase (not used)
312 0, // ShadowBase (not used)
1920 uint64_t ShadowBase = MapParams->ShadowBase; local
1921 if (ShadowBase != 0) {
1923 IRB.CreateAdd(ShadowLong, ConstantInt::get(IntptrTy, ShadowBase));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp926 uint64_t ShadowBase; local
930 AccessInfo.CompileKernel, &ShadowBase, local

Completed in 388 milliseconds