Lines Matching refs:DynamicLoaderPOSIXDYLD

33 LLDB_PLUGIN_DEFINE_ADV(DynamicLoaderPOSIXDYLD, DynamicLoaderPosixDYLD)  in LLDB_PLUGIN_DEFINE_ADV()  argument
35 void DynamicLoaderPOSIXDYLD::Initialize() { in LLDB_PLUGIN_DEFINE_ADV()
40 void DynamicLoaderPOSIXDYLD::Terminate() {} in Terminate()
42 llvm::StringRef DynamicLoaderPOSIXDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
47 DynamicLoader *DynamicLoaderPOSIXDYLD::CreateInstance(Process *process, in CreateInstance()
60 return new DynamicLoaderPOSIXDYLD(process); in CreateInstance()
64 DynamicLoaderPOSIXDYLD::DynamicLoaderPOSIXDYLD(Process *process) in DynamicLoaderPOSIXDYLD() function in DynamicLoaderPOSIXDYLD
72 DynamicLoaderPOSIXDYLD::~DynamicLoaderPOSIXDYLD() { in ~DynamicLoaderPOSIXDYLD()
79 void DynamicLoaderPOSIXDYLD::DidAttach() { in DidAttach()
165 void DynamicLoaderPOSIXDYLD::DidLaunch() { in DidLaunch()
197 Status DynamicLoaderPOSIXDYLD::CanLoadImage() { return Status(); } in CanLoadImage()
199 void DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
207 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
213 void DynamicLoaderPOSIXDYLD::ProbeEntry() { in ProbeEntry()
250 bool DynamicLoaderPOSIXDYLD::EntryBreakpointHit( in EntryBreakpointHit()
258 DynamicLoaderPOSIXDYLD *const dyld_instance = in EntryBreakpointHit()
259 static_cast<DynamicLoaderPOSIXDYLD *>(baton); in EntryBreakpointHit()
298 bool DynamicLoaderPOSIXDYLD::SetRendezvousBreakpoint() { in SetRendezvousBreakpoint()
380 bool DynamicLoaderPOSIXDYLD::RendezvousBreakpointHit( in RendezvousBreakpointHit()
388 DynamicLoaderPOSIXDYLD *const dyld_instance = in RendezvousBreakpointHit()
389 static_cast<DynamicLoaderPOSIXDYLD *>(baton); in RendezvousBreakpointHit()
409 void DynamicLoaderPOSIXDYLD::RefreshModules() { in RefreshModules()
484 DynamicLoaderPOSIXDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
534 void DynamicLoaderPOSIXDYLD::LoadVDSO() { in LoadVDSO()
555 ModuleSP DynamicLoaderPOSIXDYLD::LoadInterpreterModule() { in LoadInterpreterModule()
582 ModuleSP DynamicLoaderPOSIXDYLD::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
614 void DynamicLoaderPOSIXDYLD::LoadAllCurrentModules() { in LoadAllCurrentModules()
661 addr_t DynamicLoaderPOSIXDYLD::ComputeLoadOffset() { in ComputeLoadOffset()
687 void DynamicLoaderPOSIXDYLD::EvalSpecialModulesStatus() { in EvalSpecialModulesStatus()
697 addr_t DynamicLoaderPOSIXDYLD::GetEntryPoint() { in GetEntryPoint()
721 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData()
772 void DynamicLoaderPOSIXDYLD::ResolveExecutableModule( in ResolveExecutableModule()
819 bool DynamicLoaderPOSIXDYLD::AlwaysRelyOnEHUnwindInfo( in AlwaysRelyOnEHUnwindInfo()