Searched refs:CV_TYPE (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewTypes.def | 15 #ifndef CV_TYPE 16 #define CV_TYPE(lf_ename, value) 21 #define TYPE_RECORD(lf_ename, value, name) CV_TYPE(lf_ename, value) 93 CV_TYPE(LF_MODIFIER_16t, 0x0001) 94 CV_TYPE(LF_POINTER_16t, 0x0002) 95 CV_TYPE(LF_ARRAY_16t, 0x0003) 96 CV_TYPE(LF_CLASS_16t, 0x0004) 97 CV_TYPE(LF_STRUCTURE_16t, 0x0005) 98 CV_TYPE(LF_UNION_16t, 0x0006) 99 CV_TYPE(LF_ENUM_16t, 0x0007) [all …]
|
H A D | CodeView.h | 35 #define CV_TYPE(name, val) name = val, macro
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 79 #define CV_TYPE(enum, val) {#enum, enum}, macro
|