Home
last modified time | relevance | path

Searched defs:CV_TYPE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp29 #define CV_TYPE(name, val) {#name, name}, macro
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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h35 #define CV_TYPE(name, val) name = val, macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp79 #define CV_TYPE(enum, val) {#enum, enum}, macro