Searched refs:memToShadow (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 156 Value *memToShadow(Value *Shadow, Type *Ty, IRBuilder<> &IRB); 402 Value *HWAddressSanitizer::memToShadow(Value *Mem, Type *Ty, IRBuilder<> &IRB) { in memToShadow() function in HWAddressSanitizer 423 Value *ShadowLong = memToShadow(AddrLong, PtrLong->getType(), IRB); in instrumentMemAccessInline() 529 memToShadow(IRB.CreatePointerCast(AI, IntptrTy), AI->getType(), IRB), in tagAlloca()
|
D | AddressSanitizer.cpp | 663 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB); 1148 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() function in AddressSanitizer 1545 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 3012 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 498 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()
|