Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp153 static std::unique_ptr<ShadowTypeConfig> fromNsanTypeId(char TypeId);
201 ShadowTypeConfig::fromNsanTypeId(const char TypeId) { in fromNsanTypeId() function in __anon1c7024df0111::ShadowTypeConfig
269 auto Config = ShadowTypeConfig::fromNsanTypeId(ClShadowMapping[VT]); in MappingConfig()