Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp61 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()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h111 StringMap<bool, BumpPtrAllocator &> UsedNames; variable