For each class object, this option dumps a representation of its hierarchy and virtual function table layout to a file. The file name is made by appending .class to the source file name. For example, if you compile myprogram.C using -qdump_class_hierarchy, a file named myprogram.C.class is created.
>>- -qdump_class_hierarchy-------------------------------------><
Related information