jak-project/decompiler/ObjectFile
Tyler Wilding 6181c6c997
decomp: output mips2c method/function declarations to the _disasm.gc file (#2054)
When working with mips2c recently, I noticed adding the
`defmethod-mips2c` or `def-mips2c` code was a manual step. This is a bit
tedious to have to go and do yourself, but more importantly you have to
manually go and find the right spot in the source file else you might be
declaring it too early or too late.

This will automatically output the declaration for methods, and a
half-finished comment for the functions. I wasn't able to fully output
the function one because it seems the signature info from `all-types`
doesn't make it all the way through -- but maybe I'm wrong or this is an
easy fix?
2022-12-30 12:03:06 -05:00
..
LinkedObjectFile.cpp [decompiler] handle pointer to symbol value, clean up prints on offline test (#1978) 2022-10-16 18:19:59 -04:00
LinkedObjectFile.h [decompiler] handle pointer to symbol value, clean up prints on offline test (#1978) 2022-10-16 18:19:59 -04:00
LinkedObjectFileCreation.cpp [decompiler] handle pointer to symbol value, clean up prints on offline test (#1978) 2022-10-16 18:19:59 -04:00
LinkedObjectFileCreation.h [decompiler] setup before making IR2 type inspector (#1423) 2022-06-06 17:58:49 -04:00
LinkedWord.h [decompiler] handle pointer to symbol value, clean up prints on offline test (#1978) 2022-10-16 18:19:59 -04:00
ObjectFileDB.cpp logs: replace every fmt::print with a lg call instead (#1368) 2022-10-01 11:58:36 -04:00
ObjectFileDB.h offline-test: Partition by DGO and colorize/condense output (#2045) 2022-12-22 13:41:33 -05:00
ObjectFileDB_IR2.cpp decomp: output mips2c method/function declarations to the _disasm.gc file (#2054) 2022-12-30 12:03:06 -05:00