Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp180 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 DHWAddressSanitizer.cpp252 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
803 Value *HWAddressSanitizer::memToShadow(Value *Mem, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer
840 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline()
984 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca()
H A DAddressSanitizer.cpp675 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
1348 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer
1757 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
3412 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()