Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h59 int *MappingScale, bool *OrShadowOffset);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp607 int *MappingScale, bool *OrShadowOffset) { in getAddressSanitizerParams() argument
610 *MappingScale = Mapping.Scale; in getAddressSanitizerParams()
630 static uint64_t getRedzoneSizeForScale(int MappingScale) { in getRedzoneSizeForScale() argument
633 return std::max(32U, 1U << MappingScale); in getRedzoneSizeForScale()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp927 int MappingScale; in LowerASAN_CHECK_MEMACCESS() local
931 &MappingScale, &OrShadowOffset); in LowerASAN_CHECK_MEMACCESS()