Searched refs:CachedHashString (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 182 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1927 SmallSetVector<CachedHashString, 16> &Table, in getConverterOperandID() argument 1929 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID() 1943 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs() 1944 SmallSetVector<CachedHashString, 16> InstructionConversionKinds; in emitConvertFuncs() 2034 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs() 2035 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs() 2036 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs() 2052 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() 2058 CachedHashString("CVT_" + getEnumNameForToken(AsmMatchConverter))); in emitConvertFuncs() 2252 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs() [all …]
|
| H A D | DecoderEmitter.cpp | 90 typedef SmallSetVector<CachedHashString, 16> PredicateSet; 91 typedef SmallSetVector<CachedHashString, 16> DecoderSet; 1225 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex() 1311 TableInfo.Predicates.insert(CachedHashString(Predicate)); in getPredicateIndex()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Config.h | 108 llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
|
| H A D | InputFiles.cpp | 109 config->dependencyFiles.insert(llvm::CachedHashString(path)); in readFile()
|
| H A D | Driver.cpp | 1857 unsigned &v = extracted[CachedHashString(f.first)]; in writeArchiveStats()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1163 llvm::CachedHashString(MacroDef.split('=').first)); in __anon95e63fe90602()
|
| H A D | CompilerInvocation.cpp | 3126 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs() 4595 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 870 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames; 3394 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4970 llvm/include/llvm/ADT/CachedHashString.h
|