Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewSymbols.def13 #ifndef CV_SYMBOL
14 #define CV_SYMBOL(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_CVRESERVE , 0x0008)
34 CV_SYMBOL(S_OBJNAME_ST , 0x0009)
[all …]
H A DCodeView.h48 #define CV_SYMBOL(name, val) name = val, macro
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp23 #define CV_SYMBOL(enum, val) {#enum, enum}, macro
25 #undef CV_SYMBOL
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp109 #define CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) in formatSymbolKind() macro