Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def15 #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 DCodeView.h35 #define CV_TYPE(name, val) name = val, macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp29 #define CV_TYPE(name, val) {#name, name}, macro
31 #undef CV_TYPE
H A DTypeDumpVisitor.cpp25 #define CV_TYPE(enum, val) {#enum, enum}, macro
H A DTypeRecordMapping.cpp45 #define CV_TYPE(enum, val) {#enum, enum}, macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp200 #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 DLVCodeViewVisitor.cpp79 #define CV_TYPE(enum, val) {#enum, enum}, macro