Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDHexagonDYLDRendezvous.h108 lldb::addr_t GetLDBase() const { return m_current.ldbase; } in GetLDBase() function
HDHexagonDYLDRendezvous.cpp349 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDYLDRendezvous.h187 lldb::addr_t GetLDBase() const { return m_current.ldbase; } in GetLDBase() function
HDDYLDRendezvous.cpp767 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog()