Home
last modified time | relevance | path

Searched refs:CV_REGISTER (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def13 #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 DCodeView.h524 #define CV_REGISTER(name, value) name = value, macro
526 #undef CV_REGISTER
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp124 #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 <<()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp36 #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
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp300 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro
302 #undef CV_REGISTER in formatRegisterId()
311 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro
313 #undef CV_REGISTER in formatRegisterId()
322 #define CV_REGISTER(name, val) RETURN_CASE(RegisterId, name, #name) in formatRegisterId() macro
324 #undef CV_REGISTER in formatRegisterId()