Searched refs:CV_SYMBOL (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolTypes.def | 14 #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 …]
|
D | CodeView.h | 45 #define CV_SYMBOL(name, val) name = val, macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewSymbols.def | 14 #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 …]
|
D | CodeView.h | 49 #define CV_SYMBOL(name, val) name = val, macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 24 #define CV_SYMBOL(enum, val) {#enum, enum}, macro 26 #undef CV_SYMBOL
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 22 #define CV_SYMBOL(enum, val) {#enum, enum}, macro 24 #undef CV_SYMBOL
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 154 #define CV_SYMBOL(EnumName, value) SYMBOL_RECORD(EnumName, value, EnumName) in formatSymbolKind() macro
|