Searched refs:memToShadow (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 186 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 300 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in MemProfiler 501 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|
| H A D | HWAddressSanitizer.cpp | 294 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 804 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer 849 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline() 993 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca()
|
| H A D | AddressSanitizer.cpp | 700 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 1182 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer 1605 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 3267 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
|