Currently, the map parser generates merged_addr symbols for any address with more than one name (i.e. LTCG merged functions). The PDB parser, however, does not, and as such uses the last-defined name for that address. In a perfect world, the address could be duplicated to make LTCG handling possible, but for now, the merged strategy should be implemented for PDBs.
Currently, the map parser generates
merged_addrsymbols for any address with more than one name (i.e. LTCG merged functions). The PDB parser, however, does not, and as such uses the last-defined name for that address. In a perfect world, the address could be duplicated to make LTCG handling possible, but for now, themergedstrategy should be implemented for PDBs.