Lines Matching refs:DynamicLoaderHexagonDYLD
29 LLDB_PLUGIN_DEFINE(DynamicLoaderHexagonDYLD) in LLDB_PLUGIN_DEFINE() argument
75 void DynamicLoaderHexagonDYLD::Initialize() { in Initialize()
80 void DynamicLoaderHexagonDYLD::Terminate() {} in Terminate()
82 llvm::StringRef DynamicLoaderHexagonDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
87 DynamicLoader *DynamicLoaderHexagonDYLD::CreateInstance(Process *process, in CreateInstance()
98 return new DynamicLoaderHexagonDYLD(process); in CreateInstance()
102 DynamicLoaderHexagonDYLD::DynamicLoaderHexagonDYLD(Process *process) in DynamicLoaderHexagonDYLD() function in DynamicLoaderHexagonDYLD
107 DynamicLoaderHexagonDYLD::~DynamicLoaderHexagonDYLD() { in ~DynamicLoaderHexagonDYLD()
114 void DynamicLoaderHexagonDYLD::DidAttach() { in DidAttach()
159 void DynamicLoaderHexagonDYLD::DidLaunch() {} in DidLaunch()
163 ModuleSP DynamicLoaderHexagonDYLD::GetTargetExecutable() { in GetTargetExecutable()
205 Status DynamicLoaderHexagonDYLD::CanLoadImage() { return Status(); } in CanLoadImage()
207 void DynamicLoaderHexagonDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
241 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
257 bool DynamicLoaderHexagonDYLD::SetRendezvousBreakpoint() { in SetRendezvousBreakpoint()
305 bool DynamicLoaderHexagonDYLD::RendezvousBreakpointHit( in RendezvousBreakpointHit()
312 DynamicLoaderHexagonDYLD *dyld_instance = nullptr; in RendezvousBreakpointHit()
313 dyld_instance = static_cast<DynamicLoaderHexagonDYLD *>(baton); in RendezvousBreakpointHit()
340 void DynamicLoaderHexagonDYLD::RefreshModules() { in RefreshModules()
402 DynamicLoaderHexagonDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
455 void DynamicLoaderHexagonDYLD::LoadAllCurrentModules() { in LoadAllCurrentModules()
495 addr_t DynamicLoaderHexagonDYLD::ComputeLoadOffset() { in ComputeLoadOffset()
512 addr_t DynamicLoaderHexagonDYLD::GetEntryPoint() { in GetEntryPoint()
533 const SectionList *DynamicLoaderHexagonDYLD::GetSectionListFromModule( in GetSectionListFromModule()
556 DynamicLoaderHexagonDYLD::GetThreadLocalData(const lldb::ModuleSP module, in GetThreadLocalData()