Searched refs:HexagonDYLDRendezvous (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp1 //===-- HexagonDYLDRendezvous.cpp -------------------------------*- C++ -*-===//
21 #include "HexagonDYLDRendezvous.h"
48 HexagonDYLDRendezvous::HexagonDYLDRendezvous(Process *process) function in class:HexagonDYLDRendezvous
61 bool HexagonDYLDRendezvous::Resolve() {
103 void HexagonDYLDRendezvous::SetRendezvousAddress(lldb::addr_t addr) {
107 bool HexagonDYLDRendezvous::IsValid() {
111 bool HexagonDYLDRendezvous::UpdateSOEntries() {
148 bool HexagonDYLDRendezvous::UpdateSOEntriesForAddition() {
177 bool HexagonDYLDRendezvous
[all...]
H A DHexagonDYLDRendezvous.h1 //===-- HexagonDYLDRendezvous.h ---------------------------------*- C++ -*-===//
24 /// \class HexagonDYLDRendezvous
31 class HexagonDYLDRendezvous { class
60 HexagonDYLDRendezvous(lldb_private::Process *process);
H A DDynamicLoaderHexagonDYLD.h15 #include "HexagonDYLDRendezvous.h"
56 HexagonDYLDRendezvous m_rendezvous;
H A DDynamicLoaderHexagonDYLD.cpp354 HexagonDYLDRendezvous::iterator I;
355 HexagonDYLDRendezvous::iterator E;
464 HexagonDYLDRendezvous::iterator I;
465 HexagonDYLDRendezvous::iterator E;
575 const HexagonDYLDRendezvous::ThreadInfo &metadata =

Completed in 167 milliseconds