Home
last modified time | relevance | path

Searched refs:CV_SYMBOL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewSymbols.def13 #ifndef CV_SYMBOL
14 #define CV_SYMBOL(ename, value)
18 #define SYMBOL_RECORD(lf_ename, value, name) CV_SYMBOL(lf_ename, value)
27 CV_SYMBOL(S_COMPILE , 0x0001)
28 CV_SYMBOL(S_REGISTER_16t , 0x0002)
29 CV_SYMBOL(S_CONSTANT_16t , 0x0003)
30 CV_SYMBOL(S_UDT_16t , 0x0004)
31 CV_SYMBOL(S_SSEARCH , 0x0005)
32 CV_SYMBOL(S_SKIP , 0x0007)
33 CV_SYMBOL(S_CVRESERV
[all...]
H A DCodeView.h49 #define CV_SYMBOL(name, val) name = val, macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp110 #define CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) in formatSymbolKind()
109 #define CV_SYMBOL( formatSymbolKind() macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp23 #define CV_SYMBOL(enum, val) {#enum, enum}, macro
25 #undef CV_SYMBOL