Home
last modified time | relevance | path

Searched refs:LogGPR (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextDarwin_x86_64.h173 void LogGPR(lldb_private::Log *log, const char *format, ...);
HDRegisterContextDarwin_i386.h168 void LogGPR(lldb_private::Log *log, const char *title);
HDRegisterContextDarwin_i386.cpp490 void RegisterContextDarwin_i386::LogGPR(Log *log, const char *title) { in LogGPR() function in RegisterContextDarwin_i386