Searched refs:memToShadow (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 180 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 296 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in MemProfiler 483 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|
H A D | HWAddressSanitizer.cpp | 218 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 724 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer 761 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline() 905 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca()
|
H A D | AddressSanitizer.cpp | 669 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 1338 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer 1767 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 3401 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
|