Searched defs:CV_TYPE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 29 #define CV_TYPE(name, val) {#name, name}, macro
|
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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 35 #define CV_TYPE(name, val) name = val, macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 79 #define CV_TYPE(enum, val) {#enum, enum}, macro
|