Searched refs:CachedHashString (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | CachedHashString.h | 73 class CachedHashString { 99 explicit CachedHashString(const char *S) : CachedHashString(StringRef(S)) {} 102 explicit CachedHashString(StringRef S) 112 CachedHashString(const CachedHashString &Other) 122 CachedHashString &operator=(CachedHashString Other) { 127 CachedHashString(CachedHashString &&Other) noexcept 132 ~CachedHashString() { 146 friend void swap(CachedHashString &LHS, CachedHashString &RHS) { 155 static CachedHashString getEmptyKey() { 156 return CachedHashString(CachedHashString::ConstructEmptyOrTombstoneTy(), [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 171 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1920 SmallSetVector<CachedHashString, 16> &Table, in getConverterOperandID() argument 1922 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID() 1935 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs() 1936 SmallSetVector<CachedHashString, 16> InstructionConversionKinds; in emitConvertFuncs() 2026 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs() 2027 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs() 2028 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs() 2044 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() 2050 CachedHashString("CVT_" + getEnumNameForToken(AsmMatchConverter))); in emitConvertFuncs() 2244 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() [all …]
|
| H A D | FixedLenDecoderEmitter.cpp | 81 typedef SmallSetVector<CachedHashString, 16> PredicateSet; 82 typedef SmallSetVector<CachedHashString, 16> DecoderSet; 1145 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex() 1217 TableInfo.Predicates.insert(CachedHashString(Predicate)); in getPredicateIndex()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1053 llvm::CachedHashString(MacroDef.split('=').first)) > 0; in __anon13c411c80302()
|
| H A D | CompilerInvocation.cpp | 1964 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs() 3392 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 845 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames; 3350 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()
|