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.h135 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
137 explicit StringMap(unsigned InitialSize) in StringMap() function
140 explicit StringMap(AllocatorTy A) in StringMap() function
143 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
147 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
152 StringMap(StringMap &&RHS) in StringMap() function
155 StringMap(const StringMap &RHS) in StringMap() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DHost.h22 template <typename ValueTy, typename AllocatorTy> class StringMap; variable