Searched refs:DynamicLoaderWindowsDYLD (Results 1 – 3 of 3) sorted by relevance
27 DynamicLoaderWindowsDYLD::DynamicLoaderWindowsDYLD(Process *process) in DynamicLoaderWindowsDYLD() function in DynamicLoaderWindowsDYLD30 DynamicLoaderWindowsDYLD::~DynamicLoaderWindowsDYLD() {} in ~DynamicLoaderWindowsDYLD()32 void DynamicLoaderWindowsDYLD::Initialize() { in Initialize()37 void DynamicLoaderWindowsDYLD::Terminate() {} in Terminate()39 ConstString DynamicLoaderWindowsDYLD::GetPluginNameStatic() { in GetPluginNameStatic()44 const char *DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()60 return new DynamicLoaderWindowsDYLD(process); in CreateInstance()65 void DynamicLoaderWindowsDYLD::DidAttach() { in DidAttach()99 void DynamicLoaderWindowsDYLD::DidLaunch() {} in DidLaunch()103 ConstString DynamicLoaderWindowsDYLD::GetPluginName() { in GetPluginName()[all …]
18 class DynamicLoaderWindowsDYLD : public DynamicLoader {20 DynamicLoaderWindowsDYLD(Process *process);22 ~DynamicLoaderWindowsDYLD() override;
450 DynamicLoaderWindowsDYLD::Initialize(); in Initialize()592 DynamicLoaderWindowsDYLD::Terminate(); in Terminate()