Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCachedHashString.h71 class CachedHashString {
97 explicit CachedHashString(const char *S) : CachedHashString(StringRef(S)) {}
100 explicit CachedHashString(StringRef S)
110 CachedHashString(const CachedHashString &Other)
120 CachedHashString &operator=(CachedHashString Other) {
125 CachedHashString(CachedHashString &&Other) noexcept
130 ~CachedHashString() {
144 friend void swap(CachedHashString &LHS, CachedHashString &RHS) {
153 static CachedHashString getEmptyKey() {
154 return CachedHashString(CachedHashString::ConstructEmptyOrTombstoneTy(),
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h175 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1917 SmallSetVector<CachedHashString, 16> &Table, in getConverterOperandID() argument
1919 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID()
1933 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs()
1934 SmallSetVector<CachedHashString, 16> InstructionConversionKinds; in emitConvertFuncs()
2024 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs()
2025 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs()
2026 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs()
2042 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs()
2048 CachedHashString("CVT_" + getEnumNameForToken(AsmMatchConverter))); in emitConvertFuncs()
2242 if (!InstructionConversionKinds.insert(CachedHashString(Signature))) in emitConvertFuncs()
[all …]
H A DFixedLenDecoderEmitter.cpp89 typedef SmallSetVector<CachedHashString, 16> PredicateSet;
90 typedef SmallSetVector<CachedHashString, 16> DecoderSet;
1192 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex()
1273 TableInfo.Predicates.insert(CachedHashString(Predicate)); in getPredicateIndex()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h101 llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file
H A DInputFiles.cpp116 config->dependencyFiles.insert(llvm::CachedHashString(path)); in readFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1085 llvm::CachedHashString(MacroDef.split('=').first)) > 0; in __anon4349476d0402()
H A DCompilerInvocation.cpp2979 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs()
4514 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp870 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames;
3459 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()