Searched refs:memToShadow (Results 1 – 1 of 1) sorted by relevance
382 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);743 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer974 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()1769 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack()1990 AllocaCall.LeftRzAddr = ASan.memToShadow(LeftRzAddress, IRB); in handleDynamicAllocaCall()2000 Value *PartialRzShadowAddr = ASan.memToShadow(PartialRzAligned, IRB); in handleDynamicAllocaCall()2010 AllocaCall.RightRzAddr = ASan.memToShadow(RightRzAddress, IRB); in handleDynamicAllocaCall()