Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp151 class ShadowTypeConfig { class
153 static std::unique_ptr<ShadowTypeConfig> fromNsanTypeId(char TypeId);
161 virtual ~ShadowTypeConfig() = default;
165 class ShadowTypeConfigImpl : public ShadowTypeConfig {
200 std::unique_ptr<ShadowTypeConfig>
201 ShadowTypeConfig::fromNsanTypeId(const char TypeId) { in fromNsanTypeId()
269 auto Config = ShadowTypeConfig::fromNsanTypeId(ClShadowMapping[VT]); in MappingConfig()
305 const ShadowTypeConfig &byValueType(FTValueType VT) const { in byValueType()
329 std::unique_ptr<ShadowTypeConfig> Configs[FTValueType::kNumValueTypes];