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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp378 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
624 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { function in class:AddressSanitizer
852 Value *ShadowPtr = memToShadow(AddrLong, IRB);
1682 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB);

Completed in 78 milliseconds