Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp218 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 DAddressSanitizer.cpp669 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()