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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h110 lldb::addr_t GetLDBase() const { return m_current.ldbase; } function in class:HexagonDYLDRendezvous
H A DHexagonDYLDRendezvous.cpp347 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h103 lldb::addr_t GetLDBase() const { return m_current.ldbase; } function in class:DYLDRendezvous
H A DDYLDRendezvous.cpp614 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase());

Completed in 147 milliseconds