Home
last modified time | relevance | path

Searched refs:address_byte_size (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextDummy.cpp38 uint32_t address_byte_size) in RegisterContextDummy() argument
48 m_pc_reg_info.byte_size = address_byte_size; in RegisterContextDummy()
HDRegisterContextHistory.cpp38 uint32_t address_byte_size, in RegisterContextHistory() argument
49 m_pc_reg_info.byte_size = address_byte_size; in RegisterContextHistory()
HDRegisterContextDummy.h26 uint32_t address_byte_size);
HDRegisterContextHistory.h26 uint32_t address_byte_size, lldb::addr_t pc_value);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointAlgorithms.cpp88 uint32_t address_byte_size) { in PowerOf2Watchpoints() argument
95 address_byte_size); in PowerOf2Watchpoints()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpointAlgorithms.h101 uint32_t address_byte_size);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.h253 size_t address_byte_size = 0; member
258 return (byte_order != lldb::eByteOrderInvalid && address_byte_size != 0); in IsValid()
HDClangExpressionDeclMap.cpp192 ret.address_byte_size = process->GetAddressByteSize(); in GetTargetInfo()
197 ret.address_byte_size = target->GetArchitecture().GetAddressByteSize(); in GetTargetInfo()
255 m_parser_vars->m_target_info.address_byte_size); in AddPersistentVariable()
303 m_parser_vars->m_target_info.address_byte_size) in AddPersistentVariable()
1731 m_parser_vars->m_target_info.address_byte_size)); in AddOneGenericVariable()
1776 m_parser_vars->m_target_info.address_byte_size)); in AddOneRegister()
1924 m_parser_vars->m_target_info.address_byte_size)); in AddOneFunction()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDThreadElfCore.cpp337 uint8_t address_byte_size = arch.GetAddressByteSize(); in GetSize() local
338 if (address_byte_size == 8) in GetSize()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRMemoryMap.cpp159 uint32_t address_byte_size = GetAddressByteSize(); in FindSpace() local
160 if (address_byte_size != UINT32_MAX) { in FindSpace()
161 switch (address_byte_size) { in FindSpace()