Home
last modified time | relevance | path

Searched defs:RegisterInfo (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h37 struct RegisterInfo { struct
39 const char *name;
41 const char *alt_name;
43 uint32_t byte_size;
48 uint32_t byte_offset;
50 lldb::Encoding encoding;
52 lldb::Format format;
54 uint32_t kinds[lldb::kNumRegisterKinds]; //
83 static_assert(std::is_trivial<RegisterInfo>::value, argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h26 const LanaiRegisterInfo RegisterInfo; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h61 RegisterInfo = 0, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp538 bool RegisterContextMinidump_ARM::WriteRegister(const RegisterInfo *, in WriteRegister()
H A DRegisterContextMinidump_ARM64.cpp821 bool RegisterContextMinidump_ARM64::WriteRegister(const RegisterInfo *, in WriteRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp440 const SparcRegisterInfo *RegisterInfo = Subtarget.getRegisterInfo(); in PrintAsmOperand() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp286 MCRegisterInfo *RegisterInfo = TheTarget->createMCRegInfo(TheTriple); in loadGenericTargetInfo() local
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h664 struct acpi_gpe_register_info *RegisterInfo; /* Backpointer to register info */ member
696 ACPI_GPE_REGISTER_INFO *RegisterInfo; /* One per GPE register pair */ member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1108 std::shared_ptr<const MCRegisterInfo> RegisterInfo; member in __anonb0dd98cb0611::DisassemblerTarget