Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h53 int *MappingScale, bool *OrShadowOffset);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp593 int *MappingScale, bool *OrShadowOffset) { in getAddressSanitizerParams() argument
596 *MappingScale = Mapping.Scale; in getAddressSanitizerParams()
616 static uint64_t getRedzoneSizeForScale(int MappingScale) { in getRedzoneSizeForScale() argument
619 return std::max(32U, 1U << MappingScale); in getRedzoneSizeForScale()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1350 int MappingScale; in LowerASAN_CHECK_MEMACCESS() local
1354 &MappingScale, &OrShadowOffset); in LowerASAN_CHECK_MEMACCESS()