Lines Matching refs:DynamicLoaderWindowsDYLD
27 DynamicLoaderWindowsDYLD::DynamicLoaderWindowsDYLD(Process *process) in DynamicLoaderWindowsDYLD() function in DynamicLoaderWindowsDYLD
30 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()
49 DynamicLoader *DynamicLoaderWindowsDYLD::CreateInstance(Process *process, in CreateInstance()
60 return new DynamicLoaderWindowsDYLD(process); in CreateInstance()
65 void DynamicLoaderWindowsDYLD::DidAttach() { in DidAttach()
99 void DynamicLoaderWindowsDYLD::DidLaunch() {} in DidLaunch()
101 Status DynamicLoaderWindowsDYLD::CanLoadImage() { return Status(); } in CanLoadImage()
103 ConstString DynamicLoaderWindowsDYLD::GetPluginName() { in GetPluginName()
107 uint32_t DynamicLoaderWindowsDYLD::GetPluginVersion() { return 1; } in GetPluginVersion()
110 DynamicLoaderWindowsDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()