Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.h173 void LogGPR(lldb_private::Log *log, const char *format, ...);
H A DRegisterContextDarwin_riscv32.h212 void LogGPR(lldb_private::Log *log, const char *title);
H A DRegisterContextDarwin_riscv32.cpp826 void RegisterContextDarwin_riscv32::LogGPR(Log *log, const char *title) { in LogGPR() function in RegisterContextDarwin_riscv32