Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp159 virtual char getNsanTypeId() const = 0;
167 char getNsanTypeId() const override { return NsanTypeId; } in getNsanTypeId() function in __anon1c7024df0111::ShadowTypeConfigImpl
629 "_" + ShadowConfig.getNsanTypeId(), in NumericalStabilitySanitizer()
633 ShadowConfig.getNsanTypeId(), 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()