Searched refs:memToShadow (Results 1 – 1 of 1) sorted by relevance
498 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);883 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer1158 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()2179 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack()