Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DDataAccessProf.cpp75 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h175 return StrToIndexMap.getArrayRef(); in getStrToIndexMapRef()
215 StringToIndexMap StrToIndexMap; variable