Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp498 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
883 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer
1158 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
2179 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack()