Home
last modified time | relevance | path

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

/external/compiler-rt/lib/cfi/
Dcfi.cc47 class ShadowValue { class
50 explicit ShadowValue(uptr addr, uint16_t v) : addr(addr), v(v) {} in ShadowValue() function in ShadowValue
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1049 Value *ShadowValue, in createSlowPathCmp()
1090 Value *ShadowValue = in instrumentAddress() local