Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def16 #ifndef CV_TYPE
17 #define CV_TYPE(lf_ename, value)
22 #define TYPE_RECORD(lf_ename, value, name) CV_TYPE(lf_ename, value)
94 CV_TYPE(LF_MODIFIER_16t, 0x0001)
95 CV_TYPE(LF_POINTER_16t, 0x0002)
96 CV_TYPE(LF_ARRAY_16t, 0x0003)
97 CV_TYPE(LF_CLASS_16t, 0x0004)
98 CV_TYPE(LF_STRUCTURE_16t, 0x0005)
99 CV_TYPE(LF_UNION_16t, 0x0006)
100 CV_TYPE(LF_ENUM_16t, 0x0007)
[all …]
DCodeView.h35 #define CV_TYPE(name, val) name = val, macro
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def17 #ifndef CV_TYPE
18 #define CV_TYPE(lf_ename, value)
23 #define TYPE_RECORD(lf_ename, value, name) CV_TYPE(lf_ename, value)
92 CV_TYPE(LF_MODIFIER_16t, 0x0001)
93 CV_TYPE(LF_POINTER_16t, 0x0002)
94 CV_TYPE(LF_ARRAY_16t, 0x0003)
95 CV_TYPE(LF_CLASS_16t, 0x0004)
96 CV_TYPE(LF_STRUCTURE_16t, 0x0005)
97 CV_TYPE(LF_UNION_16t, 0x0006)
98 CV_TYPE(LF_ENUM_16t, 0x0007)
[all …]
DCodeView.h31 #define CV_TYPE(name, val) name = val, macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp30 #define CV_TYPE(name, val) {#name, name}, macro
32 #undef CV_TYPE
DTypeDumpVisitor.cpp25 #define CV_TYPE(enum, val) {#enum, enum}, macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp196 #define CV_TYPE(name, val) io.enumCase(Value, #name, name); in enumeration() macro
198 #undef CV_TYPE in enumeration()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp68 #define CV_TYPE(enum, val) {#enum, enum}, macro