Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCContext.cpp73 Symbols(Allocator), UsedNames(Allocator), in MCContext()
145 UsedNames.clear(); in reset()
270 auto NameEntry = UsedNames.insert(std::make_pair(NewName.str(), true)); in createSymbol()
403 auto NameEntry = UsedNames.insert(std::make_pair(ValidName.str(), true)); in createXCOFFSymbolImpl()
484 auto NameIter = UsedNames.insert(std::make_pair(Section, false)).first; in createELFSectionImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCContext.h138 StringMap<bool, BumpPtrAllocator &> UsedNames; variable