Searched refs:address_byte_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp39 uint32_t address_byte_size)
49 m_pc_reg_info.byte_size = address_byte_size;
37 RegisterContextDummy(Thread &thread, uint32_t concrete_frame_idx, uint32_t address_byte_size) argument
H A DRegisterContextHistory.cpp39 uint32_t address_byte_size,
50 m_pc_reg_info.byte_size = address_byte_size;
37 RegisterContextHistory(Thread &thread, uint32_t concrete_frame_idx, uint32_t address_byte_size, addr_t pc_value) argument
H A DRegisterContextDummy.h26 uint32_t address_byte_size);
H A DRegisterContextHistory.h26 uint32_t address_byte_size, lldb::addr_t pc_value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h249 size_t address_byte_size; member in struct:lldb_private::ClangExpressionDeclMap::TargetInfo
251 TargetInfo() : byte_order(lldb::eByteOrderInvalid), address_byte_size(0) {}
254 return (byte_order != lldb::eByteOrderInvalid && address_byte_size != 0);
H A DClangExpressionDeclMap.cpp165 ret.address_byte_size = process->GetAddressByteSize();
170 ret.address_byte_size = target->GetArchitecture().GetAddressByteSize();
224 m_parser_vars->m_target_info.address_byte_size);
273 m_parser_vars->m_target_info.address_byte_size)
1691 m_parser_vars->m_target_info.address_byte_size));
1738 m_parser_vars->m_target_info.address_byte_size));
1900 m_parser_vars->m_target_info.address_byte_size));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp338 uint8_t address_byte_size = arch.GetAddressByteSize(); local
339 if (address_byte_size == 8)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp141 uint32_t address_byte_size = GetAddressByteSize(); local
142 if (address_byte_size != UINT32_MAX) {
143 switch (address_byte_size) {

Completed in 183 milliseconds