Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1048 Value *ShadowPtrMaskValue; in getShadowAddress() local
1050 ShadowPtrMaskValue = IRB.CreateLoad(IntptrTy, ExternalShadowMask); in getShadowAddress()
1052 ShadowPtrMaskValue = ShadowPtrMask; in getShadowAddress()
1056 IRB.CreatePtrToInt(ShadowPtrMaskValue, IntptrTy)), in getShadowAddress()