Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1916 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast() local
1919 if (BytesPerWideShadow > 4) { in loadShadowFast()
1920 assert(BytesPerWideShadow == 8); in loadShadowFast()
1948 for (uint64_t ByteOfs = BytesPerWideShadow; ByteOfs < Size; in loadShadowFast()
1949 ByteOfs += BytesPerWideShadow) { in loadShadowFast()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2023 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast() local
2026 if (BytesPerWideShadow > 4) { in loadShadowFast()
2027 assert(BytesPerWideShadow == 8); in loadShadowFast()
2055 for (uint64_t ByteOfs = BytesPerWideShadow; ByteOfs < Size; in loadShadowFast()
2056 ByteOfs += BytesPerWideShadow) { in loadShadowFast()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2023 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast() local
2026 if (BytesPerWideShadow > 4) { in loadShadowFast()
2027 assert(BytesPerWideShadow == 8); in loadShadowFast()
2055 for (uint64_t ByteOfs = BytesPerWideShadow; ByteOfs < Size; in loadShadowFast()
2056 ByteOfs += BytesPerWideShadow) { in loadShadowFast()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2023 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast() local
2026 if (BytesPerWideShadow > 4) { in loadShadowFast()
2027 assert(BytesPerWideShadow == 8); in loadShadowFast()
2055 for (uint64_t ByteOfs = BytesPerWideShadow; ByteOfs < Size; in loadShadowFast()
2056 ByteOfs += BytesPerWideShadow) { in loadShadowFast()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2023 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast() local
2026 if (BytesPerWideShadow > 4) { in loadShadowFast()
2027 assert(BytesPerWideShadow == 8); in loadShadowFast()
2055 for (uint64_t ByteOfs = BytesPerWideShadow; ByteOfs < Size; in loadShadowFast()
2056 ByteOfs += BytesPerWideShadow) { in loadShadowFast()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2023 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits;
2026 if (BytesPerWideShadow > 4) {
2027 assert(BytesPerWideShadow == 8);
2055 for (uint64_t ByteOfs = BytesPerWideShadow; ByteOfs < Size;
2056 ByteOfs += BytesPerWideShadow) {