Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp186 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 DHWAddressSanitizer.cpp294 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 DAddressSanitizer.cpp700 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()