Home
last modified time | relevance | path

Searched refs:DynamicLoaderWindowsDYLD (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp27 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()
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 …]
H A DDynamicLoaderWindowsDYLD.h18 class DynamicLoaderWindowsDYLD : public DynamicLoader {
20 DynamicLoaderWindowsDYLD(Process *process);
22 ~DynamicLoaderWindowsDYLD() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp450 DynamicLoaderWindowsDYLD::Initialize(); in Initialize()
592 DynamicLoaderWindowsDYLD::Terminate(); in Terminate()