| 1266 | void MapTypes(int startingTypeIdx); |
| 1267 | void CreateNamespaces(); |
| 1268 | bool IsObjectFile() { return mModuleKind != DbgModuleKind_Module; } |
| 1269 | bool IsHotSwapObjectFile() { return mModuleKind == DbgModuleKind_HotObject; } |
| 1270 | bool IsHotSwapPreserve(const String& name); |
| 1271 | addr_target GetHotTargetAddress(DbgHotTargetSection* hotTargetSection); |
no outgoing calls
no test coverage detected