Home
last modified time | relevance | path

Searched refs:AugmentRegisterInfo (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h146 AugmentRegisterInfo(std::vector<DynamicRegisterInfo::Register> &regs) = 0;
178 void AugmentRegisterInfo(
191 void AugmentRegisterInfo(
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp106 void ABIAArch64::AugmentRegisterInfo( in AugmentRegisterInfo() function in ABIAArch64
108 lldb_private::MCBasedABI::AugmentRegisterInfo(regs); in AugmentRegisterInfo()
H A DABIAArch64.h34 void AugmentRegisterInfo(
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIX86.h21 void AugmentRegisterInfo(
H A DABIX86.cpp200 void ABIX86::AugmentRegisterInfo( in AugmentRegisterInfo() function in ABIX86
202 MCBasedABI::AugmentRegisterInfo(regs); in AugmentRegisterInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp218 void RegInfoBasedABI::AugmentRegisterInfo( in AugmentRegisterInfo() function in RegInfoBasedABI
238 void MCBasedABI::AugmentRegisterInfo( in AugmentRegisterInfo() function in MCBasedABI
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4324 abi_sp->AugmentRegisterInfo(registers); in AddRemoteRegisters()