Home
last modified time | relevance | path

Searched refs:DumpToLog (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h122 void DumpToLog(lldb_private::Log *log, const char *label);
200 void DumpToLog(lldb_private::Log *log) const;
H A DDYLDRendezvous.cpp158 void DYLDRendezvous::Rendezvous::DumpToLog(Log *log, const char *label) { in DumpToLog() function in DYLDRendezvous::Rendezvous
212 m_previous.DumpToLog(log, "m_previous"); in Resolve()
213 m_current.DumpToLog(log, "m_current "); in Resolve()
756 void DYLDRendezvous::DumpToLog(Log *log) const { in DumpToLog() function in DYLDRendezvous
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h66 void DumpToLog(lldb_private::Log *log) const;
H A DAuxVector.cpp41 void AuxVector::DumpToLog(lldb_private::Log *log) const { in DumpToLog() function in AuxVector
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp347 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() function in EntityPersistentVariable
683 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() function in EntityVariableBase
1103 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() function in EntityResultVariable
1273 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() function in EntitySymbol
1447 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() function in EntityRegister
1537 entity_up->DumpToLog(map, process_address, log); in Materialize()
1573 entity_up->DumpToLog(*m_map, m_process_address, log); in Dematerialize()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h121 void DumpToLog(lldb_private::Log *log) const;
H A DHexagonDYLDRendezvous.cpp338 void HexagonDYLDRendezvous::DumpToLog(Log *log) const { in DumpToLog() function in HexagonDYLDRendezvous
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h126 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address,