Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp46 SanitizerMaskCutoffs::getAllScaled(unsigned ScalingFactor) const { in getAllScaled() function in SanitizerMaskCutoffs
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h169 getAllScaled(unsigned ScalingFactor) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp808 auto ScaledCutoffs = CodeGenOpts.SanitizeSkipHotCutoffs.getAllScaled(1000000); in addSanitizers()