Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp101 class ShadowValue { class
104 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} in ShadowValue() function in __cfi::ShadowValue
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp460 Value *ShadowValue = IRB.CreateLoad(ShadowTy, ShadowAddr); instrumentAddress() local
H A DAddressSanitizer.cpp1688 createSlowPathCmp(IRBuilder<> & IRB,Value * AddrLong,Value * ShadowValue,uint32_t TypeStoreSize) createSlowPathCmp() argument
1795 Value *ShadowValue = IRB.CreateAlignedLoad( instrumentAddress() local