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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 338 cl::desc("Define custom MSan OriginBase"),
349 // Origin = OriginBase + Offset
354 uint64_t OriginBase;
369 0x000040000000, // OriginBase
378 0x200000000000, // OriginBase
383 0x100000000000, // OriginBase
392 0x002000000000, // OriginBase
400 0x1C0000000000, // OriginBase
408 0x1C0000000000, // OriginBase
416 0x01000000000, // OriginBase
    [all...]
DataFlowSanitizer.cpp 431 ConstantInt *OriginBase;
1095 OriginBase = ConstantInt::get(IntptrTy, 0x200000000000LL);
1878 Value *OriginLong = IRB.CreateAdd(ShadowOffset, OriginBase);

Completed in 39 milliseconds