Searched refs:StrMap (Results 1 – 1 of 1) sorted by relevance
354 SPIRVStringMap StrMap; member in SPIRV::SPIRVModuleImpl1385 auto Loc = StrMap.find(Str); in getString()1386 if (Loc != StrMap.end()) in getString()1389 StrMap[Str] = S; in getString()