Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp305 const ShadowTypeConfig &byValueType(FTValueType VT) const { in byValueType() function in __anon1c7024df0111::MappingConfig
625 const auto &ShadowConfig = Config.byValueType(VT); in NumericalStabilitySanitizer()
2161 (static_cast<size_t>(Config.byValueType(kLongDouble).getNsanTypeId()) in maybeAddSuffixForNsanInterface()
2163 (static_cast<size_t>(Config.byValueType(kDouble).getNsanTypeId()) in maybeAddSuffixForNsanInterface()
2165 static_cast<size_t>(Config.byValueType(kFloat).getNsanTypeId()); in maybeAddSuffixForNsanInterface()