Searched refs:memToShadow (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 204 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 263 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in MemProfiler 457 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|
| H A D | HWAddressSanitizer.cpp | 337 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 931 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer 961 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck() 1196 Value *ShadowPtr = memToShadow(AddrLong, IRB); in tagAlloca()
|
| H A D | AddressSanitizer.cpp | 844 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 1381 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer 1941 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 3675 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 139 static Value *memToShadow(Module &M, IRBuilder<> &IRB, Type *IntptrTy, in memToShadow() function 167 memToShadow(M, IRB, IntptrTy, AddrLong, AsanScale, AsanOffset); in instrumentAddressImpl()
|