Searched refs:getShadowAddress (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 519 Value *getShadowAddress(Value *Addr, Instruction *Pos); 520 Value *getShadowAddress(Value *Addr, Instruction *Pos, Value *ShadowOffset); 1947 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos, in getShadowAddress() function in DataFlowSanitizer 1953 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos) { in getShadowAddress() function in DataFlowSanitizer 1956 return getShadowAddress(Addr, Pos, ShadowOffset); in getShadowAddress() 2551 Value *ShadowAddr = DFS.getShadowAddress(Addr, Pos); in storeZeroPrimitiveShadow() 2929 Value *DestShadow = DFSF.DFS.getShadowAddress(I.getDest(), &I); in visitMemTransferInst() 2930 Value *SrcShadow = DFSF.DFS.getShadowAddress(I.getSource(), &I); in visitMemTransferInst()
|