MCPcopy Create free account
hub / github.com/beefytech/Beef / IsObjectFile

Method IsObjectFile

IDEHelper/DbgModule.h:1268–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 6

CheckTypeMethod · 0.80
HotLoadMethod · 0.80
FindSubprogramMethod · 0.80
MapTypesMethod · 0.80
CleanupHotHeapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected