Home
last modified time | relevance | path

Searched refs:EnumName (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeDeserializer.h84 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
88 #define MEMBER_RECORD(EnumName, EnumVal, Name) argument
89 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
90 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
136 #define TYPE_RECORD(EnumName, EnumVal, Name) argument
137 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
141 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
142 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDTypeRecordMapping.h40 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
42 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
44 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
45 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDTypeVisitorCallbacks.h49 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
53 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
58 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
59 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDTypeDumpVisitor.h56 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
58 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
60 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
61 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDTypeVisitorCallbackPipeline.h85 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
89 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
94 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
95 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDSymbolVisitorCallbacks.h38 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ argument
42 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDSymbolRecordMapping.h32 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ argument
34 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDSymbolVisitorCallbackPipeline.h60 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ argument
68 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDSymbolSerializer.h66 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ argument
70 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDSymbolDeserializer.h75 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ argument
79 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDCVTypeVisitor.cpp53 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ in visitMemberRecord() argument
54 case EnumName: { \ in visitMemberRecord()
59 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) \ in visitMemberRecord() argument
61 #define TYPE_RECORD(EnumName, EnumVal, Name) in visitMemberRecord() argument
62 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) in visitMemberRecord() argument
105 #define TYPE_RECORD(EnumName, EnumVal, Name) \ in finishVisitation() argument
106 case EnumName: { \ in finishVisitation()
111 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) \ in finishVisitation() argument
113 #define MEMBER_RECORD(EnumName, EnumVal, Name) in finishVisitation() argument
114 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) in finishVisitation() argument
HDSimpleTypeSerializer.cpp62 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
65 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
66 #define MEMBER_RECORD(EnumName, EnumVal, Name) argument
67 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDContinuationRecordBuilder.cpp245 #define TYPE_RECORD(EnumName, EnumVal, Name) argument
246 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
247 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
250 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDCVSymbolVisitor.cpp41 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ in finishVisitation() argument
42 case EnumName: { \ in finishVisitation()
47 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) \ in finishVisitation() argument
HDRecordName.cpp46 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
48 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
49 #define MEMBER_RECORD(EnumName, EnumVal, Name) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDFormatUtil.cpp107 #define SYMBOL_RECORD(EnumName, value, name) \ in formatSymbolKind() argument
108 case EnumName: \ in formatSymbolKind()
109 return #EnumName; in formatSymbolKind()
110 #define CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) in formatSymbolKind() argument
118 #define TYPE_RECORD(EnumName, value, name) \ in formatTypeLeafKind() argument
119 case EnumName: \ in formatTypeLeafKind()
120 return #EnumName; in formatTypeLeafKind()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.h43 #define TYPE_RECORD(EnumName, EnumVal, Name) \ argument
46 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
49 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
50 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
HDMinimalSymbolDumper.h42 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ argument
45 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp470 #define TYPE_RECORD(EnumName, EnumVal, Name) argument
471 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
475 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
476 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument
689 #define TYPE_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewRecord() argument
690 case EnumName: \ in fromCodeViewRecord()
692 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewRecord() argument
693 TYPE_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewRecord()
694 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewRecord() argument
695 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) in fromCodeViewRecord() argument
[all …]
HDCodeViewYAMLSymbols.cpp642 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewSymbol() argument
643 case EnumName: \ in fromCodeViewSymbol()
645 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewSymbol() argument
646 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewSymbol()
671 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument
672 case EnumName: \ in mapping()
676 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument
677 SYMBOL_RECORD(EnumName, EnumVal, ClassName) in mapping()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDirectiveEmitter.cpp92 const auto &EnumName = C.getEnumName(); in GenerateEnumClauseVal() local
93 if (EnumName.size() == 0) { in GenerateEnumClauseVal()
100 OS << "enum class " << EnumName << " {\n"; in GenerateEnumClauseVal()
111 << "llvm::" << DirLang.getCppNamespace() << "::" << EnumName in GenerateEnumClauseVal()
114 EnumHelperFuncs += (llvm::Twine(EnumName) + llvm::Twine(" get") + in GenerateEnumClauseVal()
115 llvm::Twine(EnumName) + llvm::Twine("(StringRef);\n")) in GenerateEnumClauseVal()
120 llvm::Twine(EnumName) + llvm::Twine("Name(") + in GenerateEnumClauseVal()
121 llvm::Twine(EnumName) + llvm::Twine(");\n")) in GenerateEnumClauseVal()
365 const auto &EnumName = C.getEnumName(); in GenerateGetKindClauseVal() local
366 if (EnumName.size() == 0) { in GenerateGetKindClauseVal()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDEnumCastOutOfRangeChecker.cpp96 if (StringRef EnumName{E->getName()}; !EnumName.empty()) { in reportWarning() local
97 NameStr = formatv("'{0}'", EnumName); in reportWarning()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Basic/
HDCodeGenIntrinsics.cpp83 EnumName = DefName.substr(4); in CodeGenIntrinsic()
98 for (unsigned i = 0, e = EnumName.size(); i != e; ++i) in CodeGenIntrinsic()
99 Name += (EnumName[i] == '_') ? '.' : EnumName[i]; in CodeGenIntrinsic()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp26 StringLiteral AssemblerName, EnumName; member
74 StringLiteral AssemblerName, EnumName; member
160 OS << "<<" << SectionAttrDescriptors[i].EnumName << ">>"; in printSwitchToSection()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDUdtRecordCompleter.h72 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ argument
75 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) argument

12