Where can I find the Call Graph produced by the XC8 Compiler?
The MPLAB® XC8 compiler places the Call Graph in the list file. The list file will be generated under the dist/default folder while using MPLAB X IDE after a successful program build. The Call Graph is now produced by the code generator, and not the linker application. Hence, it resides in the list file and not the map file, which is generated by the linker.
For help in interpreting the Call Graph, refer to the FAQ “How do I interpret the Call Graph in the list file?”.