Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h53 int *MappingScale, bool *OrShadowOffset);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp605 int *MappingScale, bool *OrShadowOffset) { in getAddressSanitizerParams() argument
608 *MappingScale = Mapping.Scale; in getAddressSanitizerParams()
628 static uint64_t getRedzoneSizeForScale(int MappingScale) { in getRedzoneSizeForScale() argument
631 return std::max(32U, 1U << MappingScale); in getRedzoneSizeForScale()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1406 int MappingScale; in LowerASAN_CHECK_MEMACCESS() local
1410 &MappingScale, &OrShadowOffset); in LowerASAN_CHECK_MEMACCESS()