• Home
  • Raw
  • Download

Lines Matching refs:DynamicLoaderHexagonDYLD

28 LLDB_PLUGIN_DEFINE(DynamicLoaderHexagonDYLD)  in LLDB_PLUGIN_DEFINE()  argument
74 void DynamicLoaderHexagonDYLD::Initialize() { in Initialize()
79 void DynamicLoaderHexagonDYLD::Terminate() {} in Terminate()
81 lldb_private::ConstString DynamicLoaderHexagonDYLD::GetPluginName() { in GetPluginName()
85 lldb_private::ConstString DynamicLoaderHexagonDYLD::GetPluginNameStatic() { in GetPluginNameStatic()
90 const char *DynamicLoaderHexagonDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
95 uint32_t DynamicLoaderHexagonDYLD::GetPluginVersion() { return 1; } in GetPluginVersion()
97 DynamicLoader *DynamicLoaderHexagonDYLD::CreateInstance(Process *process, in CreateInstance()
108 return new DynamicLoaderHexagonDYLD(process); in CreateInstance()
112 DynamicLoaderHexagonDYLD::DynamicLoaderHexagonDYLD(Process *process) in DynamicLoaderHexagonDYLD() function in DynamicLoaderHexagonDYLD
117 DynamicLoaderHexagonDYLD::~DynamicLoaderHexagonDYLD() { in ~DynamicLoaderHexagonDYLD()
124 void DynamicLoaderHexagonDYLD::DidAttach() { in DidAttach()
169 void DynamicLoaderHexagonDYLD::DidLaunch() {} in DidLaunch()
173 ModuleSP DynamicLoaderHexagonDYLD::GetTargetExecutable() { in GetTargetExecutable()
215 Status DynamicLoaderHexagonDYLD::CanLoadImage() { return Status(); } in CanLoadImage()
217 void DynamicLoaderHexagonDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
251 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
267 bool DynamicLoaderHexagonDYLD::SetRendezvousBreakpoint() { in SetRendezvousBreakpoint()
315 bool DynamicLoaderHexagonDYLD::RendezvousBreakpointHit( in RendezvousBreakpointHit()
322 DynamicLoaderHexagonDYLD *dyld_instance = nullptr; in RendezvousBreakpointHit()
323 dyld_instance = static_cast<DynamicLoaderHexagonDYLD *>(baton); in RendezvousBreakpointHit()
350 void DynamicLoaderHexagonDYLD::RefreshModules() { in RefreshModules()
412 DynamicLoaderHexagonDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
465 void DynamicLoaderHexagonDYLD::LoadAllCurrentModules() { in LoadAllCurrentModules()
505 addr_t DynamicLoaderHexagonDYLD::ComputeLoadOffset() { in ComputeLoadOffset()
522 addr_t DynamicLoaderHexagonDYLD::GetEntryPoint() { in GetEntryPoint()
543 const SectionList *DynamicLoaderHexagonDYLD::GetSectionListFromModule( in GetSectionListFromModule()
566 DynamicLoaderHexagonDYLD::GetThreadLocalData(const lldb::ModuleSP module, in GetThreadLocalData()