Home
last modified time | relevance | path

Searched defs:StringMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h114 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
116 explicit StringMap(unsigned InitialSize) in StringMap() function
119 explicit StringMap(AllocatorTy A) in StringMap() function
123 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
127 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
134 StringMap(StringMap &&RHS) in StringMap() function
137 StringMap(const StringMap &RHS) in StringMap() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DHost.h21 template <typename ValueTy, typename AllocatorTy> class StringMap; variable