MCPcopy Create free account
hub / github.com/beefytech/Beef / ~BlContext

Method ~BlContext

IDEHelper/Linker/BlContext.cpp:184–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184BlContext::~BlContext()
185{
186 if (mCodeView != NULL)
187 {
188 mCodeView->StopWorkThreads();
189 delete mCodeView;
190 }
191
192#ifdef BL_PERFTIME
193 if (gPerfManager->IsRecording())
194 {
195 gPerfManager->StopRecording(true);
196 }
197#endif
198}
199
200BlSymHash BlContext::Hash(const char* symName)
201{

Callers

nothing calls this directly

Calls 3

StopWorkThreadsMethod · 0.80
IsRecordingMethod · 0.80
StopRecordingMethod · 0.80

Tested by

no test coverage detected