Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp38 uint32_t address_byte_size) in RegisterContextDummy() argument
48 m_pc_reg_info.byte_size = address_byte_size; in RegisterContextDummy()
H A DRegisterContextHistory.cpp38 uint32_t address_byte_size, in RegisterContextHistory() argument
49 m_pc_reg_info.byte_size = address_byte_size; in RegisterContextHistory()
H A DRegisterContextDummy.h26 uint32_t address_byte_size);
H A DRegisterContextHistory.h26 uint32_t address_byte_size, lldb::addr_t pc_value);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp78 uint32_t address_byte_size) { in PowerOf2Watchpoints() argument
85 address_byte_size); in PowerOf2Watchpoints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointAlgorithms.h101 uint32_t address_byte_size);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h253 size_t address_byte_size = 0; member
258 return (byte_order != lldb::eByteOrderInvalid && address_byte_size != 0); in IsValid()
H A DClangExpressionDeclMap.cpp193 ret.address_byte_size = process->GetAddressByteSize(); in GetTargetInfo()
198 ret.address_byte_size = target->GetArchitecture().GetAddressByteSize(); in GetTargetInfo()
256 m_parser_vars->m_target_info.address_byte_size); in AddPersistentVariable()
304 m_parser_vars->m_target_info.address_byte_size) in AddPersistentVariable()
1730 m_parser_vars->m_target_info.address_byte_size)); in AddOneGenericVariable()
1775 m_parser_vars->m_target_info.address_byte_size)); in AddOneRegister()
1923 m_parser_vars->m_target_info.address_byte_size)); in AddOneFunction()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp167 uint32_t address_byte_size = GetAddressByteSize(); in FindSpace() local
168 if (address_byte_size != UINT32_MAX) { in FindSpace()
169 switch (address_byte_size) { in FindSpace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp399 uint8_t address_byte_size = arch.GetAddressByteSize(); in GetSize() local
400 if (address_byte_size == 8) in GetSize()