Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp878 Value *AddrPtr = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentFastpathWorkingSet() local
879 Value *ShadowPtr = appToShadow(AddrPtr, IRB); in instrumentFastpathWorkingSet()