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