Searched defs:ShadowBase (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 607 bool IsKasan, uint64_t *ShadowBase, in getAddressSanitizerParams() argument 1319 Value *ShadowBase; memToShadow() local 3144 copyToShadowInline(ArrayRef<uint8_t> ShadowMask,ArrayRef<uint8_t> ShadowBytes,size_t Begin,size_t End,IRBuilder<> & IRB,Value * ShadowBase) copyToShadowInline() argument 3195 copyToShadow(ArrayRef<uint8_t> ShadowMask,ArrayRef<uint8_t> ShadowBytes,IRBuilder<> & IRB,Value * ShadowBase) copyToShadow() argument 3202 copyToShadow(ArrayRef<uint8_t> ShadowMask,ArrayRef<uint8_t> ShadowBytes,size_t Begin,size_t End,IRBuilder<> & IRB,Value * ShadowBase) copyToShadow() argument 3592 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); processStaticAllocas() local [all...] |
H A D | MemorySanitizer.cpp | 385 uint64_t ShadowBase; global() member 1740 if (uint64_t ShadowBase = MS.MapParams->ShadowBase) { getShadowOriginPtrUserspace() local 4549 Value *ShadowBase, *OriginBase; poisonAllocaUserspace() local 5008 Value *ShadowBase = visitCallBase() local 5035 Value *ShadowBase, *OriginBase = nullptr; visitCallBase() local 5725 Value *ShadowBase = nullptr; visitCallBase() local [all...] |
H A D | DataFlowSanitizer.cpp | 284 uint64_t ShadowBase; member 1925 IRB.CreateAdd(ShadowLong, ConstantInt::get(IntptrTy, ShadowBase)); in getShadowOriginAddress() local
|
H A D | HWAddressSanitizer.cpp | 448 Value *ShadowBase = nullptr; global() member in __anon112a5b020111::HWAddressSanitizer [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 957 uint64_t ShadowBase; LowerASAN_CHECK_MEMACCESS() local
|