Searched defs:ShadowBase (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 164 Value *ShadowBase = getShadowBase(*TysanGlobalsSetTypeFunction); in instrumentGlobals() local 545 Instruction *ShadowBase = NeedsInstrumentation ? nullptr : getShadowBase(F); in sanitizeFunction() local 568 Value *ShadowBase, Value *AppMemMask) { in convertToShadowDataInt() 579 bool IsRead, bool IsWrite, Value *ShadowBase, Value *AppMemMask, in instrumentWithShadowUpdate() 764 bool TypeSanitizer::instrumentMemInst(Value *V, Instruction *ShadowBase, in instrumentMemInst()
|
| H A D | AddressSanitizer.cpp | 611 bool IsKasan, uint64_t *ShadowBase, in getAddressSanitizerParams() 1386 Value *ShadowBase; in memToShadow() local 3201 Value *ShadowBase) { in copyToShadowInline() 3252 IRBuilder<> &IRB, Value *ShadowBase) { in copyToShadow() 3259 IRBuilder<> &IRB, Value *ShadowBase) { in copyToShadow() 3675 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas() local
|
| H A D | MemorySanitizer.cpp | 423 uint64_t ShadowBase; member 1817 if (uint64_t ShadowBase = MS.MapParams->ShadowBase) { in getShadowOriginPtrUserspace() local 6113 Value *ShadowBase, *OriginBase; in poisonAllocaUserspace() local 6569 Value *ShadowBase = getShadowPtrForVAArgument(IRB, OverflowOffset); in visitCallBase() local 6595 Value *ShadowBase, *OriginBase = nullptr; in visitCallBase() local 7383 Value *ShadowBase = nullptr; in visitCallBase() local
|
| H A D | DataFlowSanitizer.cpp | 284 uint64_t ShadowBase; member 1919 uint64_t ShadowBase = MapParams->ShadowBase; in getShadowOriginAddress() local
|
| H A D | HWAddressSanitizer.cpp | 478 Value *ShadowBase = nullptr; member in __anon1b7bdbef0211::HWAddressSanitizer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 146 Value *ShadowBase = ConstantInt::get(IntptrTy, AsanOffset); in memToShadow() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 953 uint64_t ShadowBase; in LowerASAN_CHECK_MEMACCESS() local
|