Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolTypes.def14 #ifndef CV_SYMBOL
15 #define CV_SYMBOL(ename, value)
19 #define SYMBOL_RECORD(lf_ename, value, name) CV_SYMBOL(lf_ename, value)
28 CV_SYMBOL(S_COMPILE , 0x0001)
29 CV_SYMBOL(S_REGISTER_16t , 0x0002)
30 CV_SYMBOL(S_CONSTANT_16t , 0x0003)
31 CV_SYMBOL(S_UDT_16t , 0x0004)
32 CV_SYMBOL(S_SSEARCH , 0x0005)
33 CV_SYMBOL(S_SKIP , 0x0007)
34 CV_SYMBOL(S_CVRESERVE , 0x0008)
[all …]
DCodeView.h45 #define CV_SYMBOL(name, val) name = val, macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewSymbols.def14 #ifndef CV_SYMBOL
15 #define CV_SYMBOL(ename, value)
19 #define SYMBOL_RECORD(lf_ename, value, name) CV_SYMBOL(lf_ename, value)
28 CV_SYMBOL(S_COMPILE , 0x0001)
29 CV_SYMBOL(S_REGISTER_16t , 0x0002)
30 CV_SYMBOL(S_CONSTANT_16t , 0x0003)
31 CV_SYMBOL(S_UDT_16t , 0x0004)
32 CV_SYMBOL(S_SSEARCH , 0x0005)
33 CV_SYMBOL(S_SKIP , 0x0007)
34 CV_SYMBOL(S_CVRESERVE , 0x0008)
[all …]
DCodeView.h49 #define CV_SYMBOL(name, val) name = val, macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp24 #define CV_SYMBOL(enum, val) {#enum, enum}, macro
26 #undef CV_SYMBOL
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp22 #define CV_SYMBOL(enum, val) {#enum, enum}, macro
24 #undef CV_SYMBOL
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp154 #define CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) in formatSymbolKind() macro