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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp1 //===-- HexagonDYLDRendezvous.cpp -----------------------------------------===//
21 #include "HexagonDYLDRendezvous.h"
48 HexagonDYLDRendezvous::HexagonDYLDRendezvous(Process *process) function in class:HexagonDYLDRendezvous
65 bool HexagonDYLDRendezvous::Resolve() {
107 void HexagonDYLDRendezvous::SetRendezvousAddress(lldb::addr_t addr) {
111 bool HexagonDYLDRendezvous::IsValid() {
115 bool HexagonDYLDRendezvous::UpdateSOEntries() {
152 bool HexagonDYLDRendezvous::UpdateSOEntriesForAddition() {
180 bool HexagonDYLDRendezvous
[all...]
H A DHexagonDYLDRendezvous.h1 //===-- HexagonDYLDRendezvous.h ---------------------------------*- C++ -*-===//
24 /// \class HexagonDYLDRendezvous
31 class HexagonDYLDRendezvous { class
58 HexagonDYLDRendezvous(lldb_private::Process *process);
H A DDynamicLoaderHexagonDYLD.h15 #include "HexagonDYLDRendezvous.h"
54 HexagonDYLDRendezvous m_rendezvous;
H A DDynamicLoaderHexagonDYLD.cpp346 HexagonDYLDRendezvous::iterator I;
347 HexagonDYLDRendezvous::iterator E;
452 HexagonDYLDRendezvous::iterator I;
453 HexagonDYLDRendezvous::iterator E;
563 const HexagonDYLDRendezvous::ThreadInfo &metadata =

Completed in 111 milliseconds