Searched defs:memToShadow (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp426 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
777 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { function in class:AddressSanitizer
1042 Value *ShadowPtr = memToShadow(AddrLong, IRB);
1855 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB);
2069 AllocaCall.LeftRzAddr = ASan.memToShadow(LeftRzAddress, IRB);
2079 Value *PartialRzShadowAddr = ASan.memToShadow(PartialRzAligned, IRB);
2089 AllocaCall.RightRzAddr = ASan.memToShadow(RightRzAddress, IRB);

Completed in 50 milliseconds