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