Searched refs:ShadowTypeConfig (Results 1 – 1 of 1) sorted by relevance
147 class ShadowTypeConfig { class149 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];