Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp422 Value *loadShadow(Value *ShadowAddr, uint64_t Size, uint64_t Align,
1162 Value *DFSanFunction::loadShadow(Value *Addr, uint64_t Size, uint64_t Align, in loadShadow() function in DFSanFunction
1292 Value *Shadow = DFSF.loadShadow(LI.getPointerOperand(), Size, Align, &LI); in visitLoadInst()