Home
last modified time | relevance | path

Searched refs:memToShadow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp204 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 DHWAddressSanitizer.cpp337 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 DAddressSanitizer.cpp844 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 DAMDGPUAsanInstrumentation.cpp139 static Value *memToShadow(Module &M, IRBuilder<> &IRB, Type *IntptrTy, in memToShadow() function
167 memToShadow(M, IRB, IntptrTy, AddrLong, AsanScale, AsanOffset); in instrumentAddressImpl()