Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h118 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
120 explicit StringMap(unsigned InitialSize) in StringMap() function
123 explicit StringMap(AllocatorTy A) in StringMap() function
126 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
130 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
135 StringMap(StringMap &&RHS) in StringMap() function
138 StringMap(const StringMap &RHS) in StringMap() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DHost.h21 template <typename ValueTy, typename AllocatorTy> class StringMap; variable