Home
last modified time | relevance | path

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

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