Home
last modified time | relevance | path

Searched refs:ShadowPtrTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp164 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 DMemProfInstrumentation.cpp455 Type *ShadowPtrTy = PointerType::get(*C, 0); in instrumentAddress() local
458 Value *ShadowAddr = IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy); in instrumentAddress()
H A DAddressSanitizer.cpp1940 Type *ShadowPtrTy = PointerType::get(*C, 0); in instrumentAddress() local
1945 ShadowTy, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy), Align(ShadowAlign)); in instrumentAddress()