Searched refs:UsedNames (Results 1 – 2 of 2) sorted by relevance
61 Symbols(Allocator), UsedNames(Allocator), in MCContext()90 UsedNames.clear(); in reset()189 auto NameEntry = UsedNames.insert(std::make_pair(NewName, true)); in createSymbol()333 auto NameIter = UsedNames.insert(std::make_pair(Section, false)).first; in createELFSectionImpl()
111 StringMap<bool, BumpPtrAllocator &> UsedNames; variable