Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h34 struct RegisterInfo { global() struct
36 nameRegisterInfo global() argument
38 alt_nameRegisterInfo global() argument
40 byte_sizeRegisterInfo global() argument
45 byte_offsetRegisterInfo global() argument
47 encodingRegisterInfo global() argument
49 formatRegisterInfo global() argument
51 kindsRegisterInfo global() argument
80 mutable_dataRegisterInfo global() argument
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h26 const LanaiRegisterInfo RegisterInfo; variable
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h205 std::unique_ptr<const MCRegisterInfo> RegisterInfo; variable
/llvm-project/lldb/include/lldb/Core/
H A DValue.h61 RegisterInfo = 0, enumerator
/llvm-project/llvm/docs/TableGen/
H A DBackEnds.rst92 RegisterInfo section in LLVM BackEnds
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp442 const SparcRegisterInfo *RegisterInfo = Subtarget.getRegisterInfo(); PrintAsmOperand() local
/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()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp286 MCRegisterInfo *RegisterInfo = TheTarget->createMCRegInfo(TheTriple); in loadGenericTargetInfo() local
/llvm-project/lldb/examples/python/
H A Dgdbremote.py365 class RegisterInfo: class
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1042 std::shared_ptr<const MCRegisterInfo> RegisterInfo; global() member in __anon2856f11e0611::DisassemblerTarget