Searched refs:StringIndexMap (Results 1 – 4 of 4) sorted by relevance
91 Strings.reserve(StringIndexMap.size()); in finalizeStringTable()92 for (StringOffsetPair &P : StringIndexMap) in finalizeStringTable()174 StringIndexMap.clear(); in clear()179 auto I = StringIndexMap.find(S); in getOffset()180 assert(I != StringIndexMap.end() && "String is not in table!"); in getOffset()187 auto P = StringIndexMap.insert(std::make_pair(S, Start)); in add()
26 DenseMap<CachedHash<StringRef>, size_t> StringIndexMap; variable61 return StringIndexMap; in getMap()
433 StringMap<uint64_t> StringIndexMap; in ComputeSymbolTable() local454 uint64_t &Entry = StringIndexMap[Symbol.getName()]; in ComputeSymbolTable()490 uint64_t &Entry = StringIndexMap[Symbol.getName()]; in ComputeSymbolTable()
569 StringMap<uint64_t> StringIndexMap; in ComputeSymbolTable() local637 uint64_t &Entry = StringIndexMap[Name]; in ComputeSymbolTable()