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.cpp301 const ShadowTypeConfig &byValueType(FTValueType VT) const { in byValueType() function in __anon1c7024df0111::MappingConfig
684 const auto &ShadowConfig = Config.byValueType(VT);
2241 (static_cast<size_t>(Config.byValueType(kLongDouble).getNsanTypeId()) in maybeAddSuffixForNsanInterface()
2243 (static_cast<size_t>(Config.byValueType(kDouble).getNsanTypeId()) in maybeAddSuffixForNsanInterface()
2245 static_cast<size_t>(Config.byValueType(kFloat).getNsanTypeId()); in maybeAddSuffixForNsanInterface()