Home
last modified time | relevance | path

Searched defs:ShadowValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp97 class ShadowValue { global() class
100 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} ShadowValue() function in __cfi::ShadowValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp498 Value *ShadowValue = IRB.CreateLoad(ShadowTy, ShadowAddr); in instrumentAddress() local
H A DAddressSanitizer.cpp1771 Value *ShadowValue, in createSlowPathCmp()
1880 Value *ShadowValue = IRB.CreateAlignedLoad( in instrumentAddress() local