HomeSort by relevance Sort by last modified time
    Searched refs:ShadowBase (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 738 Value *ShadowBase, bool DoPoison);
741 void SetShadowToStackAfterReturnInlined(IRBuilder<> &IRB, Value *ShadowBase,
    [all...]
MemorySanitizer.cpp 201 // Shadow = ShadowBase + Offset
206 uint64_t ShadowBase;
219 0, // ShadowBase (not used)
228 0, // ShadowBase (not used)
233 0, // ShadowBase (not used)
242 0, // ShadowBase (not used)
250 0x080000000000, // ShadowBase
258 0, // ShadowBase (not used)
266 0x000020000000, // ShadowBase
274 0x100000000000, // ShadowBase
    [all...]

Completed in 1181 milliseconds