Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DCachedHashString.h73 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 DHeaderSearchOptions.h171 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1920 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 DFixedLenDecoderEmitter.cpp81 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 DCompilerInstance.cpp1053 llvm::CachedHashString(MacroDef.split('=').first)) > 0; in __anon13c411c80302()
H A DCompilerInvocation.cpp1964 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 DCGObjCMac.cpp845 llvm::SmallSetVector<llvm::CachedHashString, 16> DefinedCategoryNames;
3350 DefinedCategoryNames.insert(llvm::CachedHashString(ExtName)); in GenerateCategory()