Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp185 Value *memToShadow(Value *Shadow, Type *Ty, IRBuilder<> &IRB);
509 Value *HWAddressSanitizer::memToShadow(Value *Mem, Type *Ty, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer
530 Value *ShadowLong = memToShadow(AddrLong, PtrLong->getType(), IRB); in instrumentMemAccessInline()
659 memToShadow(IRB.CreatePointerCast(AI, IntptrTy), AI->getType(), IRB), in tagAlloca()
H A DAddressSanitizer.cpp674 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
1155 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer
1553 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
3049 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()