HomeSort by: relevance | last modified time | path
    Searched defs:ShadowBase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 334 cl::desc("Define custom MSan ShadowBase"),
348 // Shadow = ShadowBase + Offset
353 uint64_t ShadowBase;
368 0, // ShadowBase (not used)
377 0, // ShadowBase (not used)
382 0, // ShadowBase (not used)
391 0, // ShadowBase (not used)
399 0x080000000000, // ShadowBase
407 0x080000000000, // ShadowBase
415 0, // ShadowBase (not used
    [all...]
HWAddressSanitizer.cpp 307 Value *ShadowBase = nullptr;
660 if (ShadowBase == I)
730 return IRB.CreateGEP(Int8Ty, ShadowBase, Shadow);
753 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)});
1046 ShadowBase = getShadowNonTls(IRB);
1051 ShadowBase = getDynamicShadowIfunc(IRB);
1112 ShadowBase = IRB.CreateAdd(
1117 ShadowBase = IRB.CreateIntToPtr(ShadowBase, Int8PtrTy);
1270 assert(!ShadowBase);
    [all...]

Completed in 53 milliseconds