Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp536 Value *LeftRzAddr; member
539 explicit DynamicAllocaCall(AllocaInst *AI, Value *LeftRzAddr = nullptr, in DynamicAllocaCall()
542 LeftRzAddr(LeftRzAddr), in DynamicAllocaCall()
603 Zero, IRBRet.CreateIntToPtr(AllocaCall.LeftRzAddr, Int32PtrTy)); in unpoisonDynamicAlloca()
2069 AllocaCall.LeftRzAddr = ASan.memToShadow(LeftRzAddress, IRB); in handleDynamicAllocaCall()
2071 IRB.CreateIntToPtr(AllocaCall.LeftRzAddr, Int32PtrTy)); in handleDynamicAllocaCall()