Searched refs:memToShadow (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 186 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 242 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in MemProfiler 443 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|
| H A D | HWAddressSanitizer.cpp | 297 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 808 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer 853 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline() 1006 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca()
|
| H A D | AddressSanitizer.cpp | 712 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 1212 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer 1636 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 3320 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
|