Searched refs:ShadowPtrTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 164 Type *ShadowPtrTy = PointerType::get(M.getContext(), 0); in instrumentAddressImpl() local 171 ShadowTy, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy), Align(ShadowAlign)); in instrumentAddressImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 455 Type *ShadowPtrTy = PointerType::get(*C, 0); in instrumentAddress() local 458 Value *ShadowAddr = IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy); in instrumentAddress()
|
| H A D | AddressSanitizer.cpp | 1940 Type *ShadowPtrTy = PointerType::get(*C, 0); in instrumentAddress() local 1945 ShadowTy, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy), Align(ShadowAlign)); in instrumentAddress()
|