Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.h173 void LogGPR(lldb_private::Log *log, const char *format, ...);
H A DRegisterContextDarwin_i386.h168 void LogGPR(lldb_private::Log *log, const char *title);
H A DRegisterContextDarwin_i386.cpp461 void RegisterContextDarwin_i386::LogGPR(Log *log, const char *title) { in LogGPR() function in RegisterContextDarwin_i386