Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/cfi/
H A Dcfi.cpp97 class ShadowValue { class
100 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} in ShadowValue() function in __cfi::ShadowValue
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp445 Value *ShadowValue = IRB.CreateLoad(ShadowTy, ShadowAddr); in instrumentAddress() local
H A DAddressSanitizer.cpp1556 Value *ShadowValue, in createSlowPathCmp()
1637 Value *ShadowValue = in instrumentAddress() local