Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp511 Value *getShadowAddress(Value *Addr, Instruction *Pos);
512 Value *getShadowAddress(Value *Addr, Instruction *Pos, Value *ShadowOffset);
1939 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos, in getShadowAddress() function in DataFlowSanitizer
1945 Value *DataFlowSanitizer::getShadowAddress(Value *Addr, Instruction *Pos) { in getShadowAddress() function in DataFlowSanitizer
1948 return getShadowAddress(Addr, Pos, ShadowOffset); in getShadowAddress()
2545 Value *ShadowAddr = DFS.getShadowAddress(Addr, Pos); in storeZeroPrimitiveShadow()
2930 Value *RawDestShadow = DFSF.DFS.getShadowAddress(I.getDest(), &I); in visitMemTransferInst()
2931 Value *SrcShadow = DFSF.DFS.getShadowAddress(I.getSource(), &I); in visitMemTransferInst()