Searched refs:CachedHashString (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | CachedHashString.h | 72 class CachedHashString { 98 explicit CachedHashString(const char *S) : CachedHashString(StringRef(S)) {} 101 explicit CachedHashString(StringRef S) 111 CachedHashString(const CachedHashString &Other) 121 CachedHashString &operator=(CachedHashString Other) { 126 CachedHashString(CachedHashString &&Other) noexcept 131 ~CachedHashString() { 145 friend void swap(CachedHashString &LHS, CachedHashString &RHS) { 154 static CachedHashString getEmptyKey() { 155 return CachedHashString(CachedHashString::ConstructEmptyOrTombstoneTy(), [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 189 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1937 SmallSetVector<CachedHashString, 16> &Table, in getConverterOperandID() argument 1939 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID() 1953 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs() 1954 SmallSetVector<CachedHashString, 16> InstructionConversionKinds; in emitConvertFuncs() 2044 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs() 2045 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs() 2046 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs() 2062 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() 2068 CachedHashString("CVT_" + getEnumNameForToken(AsmMatchConverter))); in emitConvertFuncs() 2262 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() [all …]
|
| H A D | DecoderEmitter.cpp | 92 typedef SmallSetVector<CachedHashString, 16> PredicateSet; 93 typedef SmallSetVector<CachedHashString, 16> DecoderSet; 1215 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex() 1301 TableInfo.Predicates.insert(CachedHashString(Predicate)); in getPredicateIndex()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Config.h | 155 llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
|
| H A D | InputFiles.cpp | 239 config->dependencyFiles.insert(llvm::CachedHashString(path)); in readFile()
|
| H A D | Driver.cpp | 2089 unsigned &v = extracted[CachedHashString(f.first)]; in writeArchiveStats()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 156 llvm::CachedHashString(MacroDef.split('=').first)); in makeCommonInvocationForModuleBuild()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1187 llvm::CachedHashString(MacroDef.split('=').first)); in __anon805ef2ef0602()
|
| H A D | CompilerInvocation.cpp | 3182 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs() 4749 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 874 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames; 3390 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()
|