| 139 | } |
| 140 | |
| 141 | void |
| 142 | MemoryMapInformation::setMainMap(const VirtualMap& main_map) |
| 143 | { |
| 144 | d_main_map = main_map; |
| 145 | } |
| 146 | |
| 147 | void |
| 148 | MemoryMapInformation::setBss(const VirtualMap& bss) |
nothing calls this directly
no outgoing calls
no test coverage detected