Searched refs:CV_REGISTER (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRegisters.def | 13 #ifndef CV_REGISTER 52 CV_REGISTER(AL, 1) 53 CV_REGISTER(CL, 2) 54 CV_REGISTER(DL, 3) 55 CV_REGISTER(BL, 4) 56 CV_REGISTER(AH, 5) 57 CV_REGISTER(CH, 6) 58 CV_REGISTER(DH, 7) 59 CV_REGISTER(BH, 8) 60 CV_REGISTER(AX, 9) [all …]
|
| H A D | CodeView.h | 524 #define CV_REGISTER(name, value) name = value, macro 526 #undef CV_REGISTER
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A 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 <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A 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
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 71 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 73 #undef CV_REGISTER in formatRegisterId() 82 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 84 #undef CV_REGISTER in formatRegisterId() 93 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 95 #undef CV_REGISTER in formatRegisterId()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 303 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 305 #undef CV_REGISTER in formatRegisterId() 314 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 316 #undef CV_REGISTER in formatRegisterId() 325 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro 327 #undef CV_REGISTER in formatRegisterId()
|