Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp186 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 DHWAddressSanitizer.cpp297 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 DAddressSanitizer.cpp712 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()