2020-12-31 02:08 PM
Opening the Build Analyzer window and browsing in the Memory Details tab, I see functions in the .text section as expected. Most of them can be double-clicked to jump to the relevant source code.
In my project, trying this on main() jumps to the wrong source file, which is in a folder marked "Exclude from build" for all configurations. I.e. that wrong source file isn't compiled but contains another main() function.