Searched refs:UsedNames (Results 1 – 2 of 2) sorted by relevance
71 Symbols(Allocator), UsedNames(Allocator), in MCContext()142 UsedNames.clear(); in reset()264 auto NameEntry = UsedNames.insert(std::make_pair(NewName, true)); in createSymbol()397 auto NameEntry = UsedNames.insert(std::make_pair(ValidName, true)); in createXCOFFSymbolImpl()478 auto NameIter = UsedNames.insert(std::make_pair(Section, false)).first; in createELFSectionImpl()
136 StringMap<bool, BumpPtrAllocator &> UsedNames; variable