Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.h110 lldb::addr_t GetLDBase() const { return m_current.ldbase; } in GetLDBase() function
DHexagonDYLDRendezvous.cpp347 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.h103 lldb::addr_t GetLDBase() const { return m_current.ldbase; } in GetLDBase() function
DDYLDRendezvous.cpp614 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog()