Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h134 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
136 explicit StringMap(unsigned InitialSize) in StringMap() function
139 explicit StringMap(AllocatorTy A) in StringMap() function
142 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
146 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
151 StringMap(StringMap &&RHS) in StringMap() function
154 StringMap(const StringMap &RHS) in StringMap() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DHost.h21 template <typename ValueTy, typename AllocatorTy> class StringMap; variable