/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRegisters.def | 13 #ifndef CV_REGISTER 14 #define CV_REGISTER(name, value) 36 CV_REGISTER(ERR, 30000) 37 CV_REGISTER(TEB, 30001) 38 CV_REGISTER(TIMER, 30002) 39 CV_REGISTER(EFAD1, 30003) 40 CV_REGISTER(EFAD2, 30004) 41 CV_REGISTER(EFAD3, 30005) 42 CV_REGISTER(VFRAME, 30006) 43 CV_REGISTER(HANDLE, 30007) [all …]
|
D | CodeView.h | 516 #define CV_REGISTER(name, value) name = value, macro 518 #undef CV_REGISTER
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRegisters.def | 13 #ifndef CV_REGISTER 14 #define CV_REGISTER(name, value) 37 CV_REGISTER(ERR, 30000) 38 CV_REGISTER(TEB, 30001) 39 CV_REGISTER(TIMER, 30002) 40 CV_REGISTER(EFAD1, 30003) 41 CV_REGISTER(EFAD2, 30004) 42 CV_REGISTER(EFAD3, 30005) 43 CV_REGISTER(VFRAME, 30006) 44 CV_REGISTER(HANDLE, 30007) [all …]
|
D | CodeView.h | 516 #define CV_REGISTER(name, value) name = value, macro 518 #undef CV_REGISTER
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 124 #define CV_REGISTER(name, val) \ in operator <<() macro 129 #undef CV_REGISTER in operator <<() 138 #define CV_REGISTER(name, val) \ in operator <<() macro 143 #undef CV_REGISTER in operator <<() 152 #define CV_REGISTER(name, val) \ in operator <<() macro 157 #undef CV_REGISTER in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 36 #define CV_REGISTER(name, val) CV_ENUM_CLASS_ENT(RegisterId, name), macro 38 #undef CV_REGISTER 44 #define CV_REGISTER(name, val) CV_ENUM_CLASS_ENT(RegisterId, name), macro 46 #undef CV_REGISTER 52 #define CV_REGISTER(name, val) CV_ENUM_CLASS_ENT(RegisterId, name), macro 54 #undef CV_REGISTER
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 124 #define CV_REGISTER(name, val) \ in operator <<() macro 129 #undef CV_REGISTER in operator <<() 138 #define CV_REGISTER(name, val) \ in operator <<() macro 143 #undef CV_REGISTER in operator <<()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 36 #define CV_REGISTER(name, val) CV_ENUM_CLASS_ENT(RegisterId, name), macro 38 #undef CV_REGISTER 44 #define CV_REGISTER(name, val) CV_ENUM_CLASS_ENT(RegisterId, name), macro 46 #undef CV_REGISTER
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 294 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 296 #undef CV_REGISTER in formatRegisterId() 305 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 307 #undef CV_REGISTER in formatRegisterId() 316 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 318 #undef CV_REGISTER in formatRegisterId()
|