Home
last modified time | relevance | path

Searched refs:ShadowWidthBits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp396 enum { ShadowWidthBits = 8, ShadowWidthBytes = ShadowWidthBits / 8 }; enumerator
1032 PrimitiveShadowTy = IntegerType::get(*Ctx, ShadowWidthBits); in initializeModule()
1074 Type *DFSanMaybeStoreOriginArgs[4] = {IntegerType::get(*Ctx, ShadowWidthBits), in initializeModule()
1314 ConstantInt::get(IntTy, ShadowWidthBits), "__dfsan_shadow_width_bits"); in injectMetadataGlobals()
1735 IntegerType *ShadowTy = IntegerType::get(*Ctx, ShadowWidthBits); in getShadowOriginAddress()
1982 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast()
2026 for (unsigned Width = WideShadowBitWidth / 2; Width >= DFS.ShadowWidthBits; in loadShadowFast()
2355 IntegerType::get(*DFS.Ctx, Size * DFS.ShadowWidthBits); in storeZeroPrimitiveShadow()
2401 assert(ShadowVecSize * DFS.ShadowWidthBits <= 128 && in storePrimitiveShadowOrigin()