Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h59 int *MappingScale, bool *OrShadowOffset);
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp608 int *MappingScale, bool *OrShadowOffset) { in getAddressSanitizerParams() argument
611 *MappingScale = Mapping.Scale; in getAddressSanitizerParams()
631 static uint64_t getRedzoneSizeForScale(int MappingScale) { in getRedzoneSizeForScale() argument
634 return std::max(32U, 1U << MappingScale); in getRedzoneSizeForScale()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp958 int MappingScale; in LowerASAN_CHECK_MEMACCESS() local
962 &MappingScale, &OrShadowOffset); in LowerASAN_CHECK_MEMACCESS()