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.cpp155 virtual char getNsanTypeId() const = 0;
163 char getNsanTypeId() const override { return NsanTypeId; } in getNsanTypeId() function in __anon1c7024df0111::ShadowTypeConfigImpl
688 "_" + ShadowConfig.getNsanTypeId(),
692 ShadowConfig.getNsanTypeId(),
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()