Searched refs:StrToIndexMap (Results 1 – 2 of 2) sorted by relevance
75 saveStringToMap(StrToIndexMap, Saver, *CanonicalName); in setDataAccessProfile()98 {saveStringToMap(StrToIndexMap, Saver, Location.FileName).first, in setDataAccessProfile()114 saveStringToMap(StrToIndexMap, Saver, *CanonicalName).first); in addKnownSymbolWithoutSamples()137 OS.write(StrToIndexMap.size()); in serializeSymbolsAndFilenames()141 Strs.reserve(StrToIndexMap.size() + KnownColdSymbols.size()); in serializeSymbolsAndFilenames()142 for (const auto &Str : StrToIndexMap) in serializeSymbolsAndFilenames()171 auto Iter = StrToIndexMap.find(std::get<StringRef>(SymbolID)); in getEncodedIndex()172 assert(Iter != StrToIndexMap.end() && in getEncodedIndex()208 saveStringToMap(StrToIndexMap, Saver, Name); in deserializeSymbolsAndFilenames()
175 return StrToIndexMap.getArrayRef(); in getStrToIndexMapRef()215 StringToIndexMap StrToIndexMap; variable