Home
last modified time | relevance | path

Searched refs:ByteOffsetFromComposite (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h112 llvm::Expected<uint32_t> ByteOffsetFromComposite(
/src/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp136 llvm::Expected<uint32_t> DynamicRegisterInfo::ByteOffsetFromComposite( in ByteOffsetFromComposite() function in DynamicRegisterInfo
194 return ByteOffsetFromComposite(index, *composite_reg_list, byte_order); in ByteOffsetFromRegInfoDict()