Searched refs:CV_TYPE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewTypes.def | 15 #ifndef CV_TYPE 228 CV_TYPE(LF_PAD0, 0xf0) 229 CV_TYPE(LF_PAD1, 0xf1) 230 CV_TYPE(LF_PAD2, 0xf2) 231 CV_TYPE(LF_PAD3, 0xf3) 232 CV_TYPE(LF_PAD4, 0xf4) 233 CV_TYPE(LF_PAD5, 0xf5) 234 CV_TYPE(LF_PAD6, 0xf6) 235 CV_TYPE(LF_PAD7, 0xf7) 236 CV_TYPE(LF_PAD8, 0xf8) [all …]
|
| H A D | CodeView.h | 35 #define CV_TYPE(name, val) name = val, macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 29 #define CV_TYPE(name, val) {#name, name}, macro 31 #undef CV_TYPE
|
| H A D | TypeDumpVisitor.cpp | 25 #define CV_TYPE(enum, val) {#enum, enum}, macro
|
| H A D | TypeRecordMapping.cpp | 45 #define CV_TYPE(enum, val) {#enum, enum}, macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 200 #define CV_TYPE(name, val) io.enumCase(Value, #name, name); in enumeration() macro 202 #undef CV_TYPE in enumeration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 79 #define CV_TYPE(enum, val) {#enum, enum}, macro
|