Searched refs:memToShadow (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 240 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 301 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in MemProfiler 496 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|
H A D | HWAddressSanitizer.cpp | 327 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 893 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer 923 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck() 1148 Value *ShadowPtr = memToShadow(AddrLong, IRB); in tagAlloca()
|
H A D | AddressSanitizer.cpp | 796 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 1314 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer 1877 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 3594 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
|