Home
last modified time | relevance | path

Searched refs:CachedHashString (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCachedHashString.h72 class CachedHashString {
73 friend struct DenseMapInfo<CachedHashString>;
90 CachedHashString(ConstructEmptyOrTombstoneTy, char *EmptyOrTombstonePtr)
98 explicit CachedHashString(const char *S) : CachedHashString(StringRef(S)) {}
101 explicit CachedHashString(StringRef S)
102 : CachedHashString(S, DenseMapInfo<StringRef>::getHashValue(S)) {}
104 CachedHashString(StringRef S, uint32_t Hash)
111 CachedHashString(const CachedHashString &Other)
121 CachedHashString &operator=(CachedHashString Other) {
126 CachedHashString(CachedHashString &&Other) noexcept
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h188 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1965 SmallSetVector<CachedHashString, 16> &Table, in getConverterOperandID() argument
1967 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID()
1981 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs()
1982 SmallSetVector<CachedHashString, 16> InstructionConversionKinds; in emitConvertFuncs()
2062 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs()
2063 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs()
2064 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs()
2080 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs()
2086 CachedHashString("CVT_" + getEnumNameForToken(AsmMatchConverter))); in emitConvertFuncs()
2279 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs()
[all …]
H A DDecoderEmitter.cpp119 typedef SmallSetVector<CachedHashString, 16> PredicateSet;
120 typedef SmallSetVector<CachedHashString, 16> DecoderSet;
1259 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex()
1345 TableInfo.Predicates.insert(CachedHashString(Predicate)); in getPredicateIndex()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h158 llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
H A DInputFiles.cpp250 config->dependencyFiles.insert(llvm::CachedHashString(path)); in readFile()
H A DDriver.cpp2221 unsigned &v = extracted[CachedHashString(f.first)]; in writeArchiveStats()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp219 llvm::CachedHashString(MacroDef.split('=').first)); in makeCommonInvocationForModuleBuild()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1198 llvm::CachedHashString(MacroDef.split('=').first)); in __anon5d6a0cb90602()
H A DCompilerInvocation.cpp3291 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs()
4958 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp874 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames;
3397 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()