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.cpp147 class ShadowTypeConfig { class
149 static std::unique_ptr<ShadowTypeConfig> fromNsanTypeId(char TypeId);
157 virtual ~ShadowTypeConfig() = default;
161 class ShadowTypeConfigImpl : public ShadowTypeConfig {
196 std::unique_ptr<ShadowTypeConfig>
197 ShadowTypeConfig::fromNsanTypeId(const char TypeId) { in fromNsanTypeId()
265 auto Config = ShadowTypeConfig::fromNsanTypeId(ClShadowMapping[VT]); in MappingConfig()
301 const ShadowTypeConfig &byValueType(FTValueType VT) const { in byValueType()
325 std::unique_ptr<ShadowTypeConfig> Configs[FTValueType::kNumValueTypes];