Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp79 size_t address_byte_size = process->GetAddressByteSize(); in GetDynamicTypeAndAddress() local
83 address_byte_size, in GetDynamicTypeAndAddress()
85 if (!error.Success() || (bytes_read != address_byte_size)) in GetDynamicTypeAndAddress()
241 address_byte_size, in GetDynamicTypeAndAddress()
244 if (!error.Success() || (bytes_read != address_byte_size)) in GetDynamicTypeAndAddress()
/external/lldb/include/lldb/Expression/
DClangExpressionDeclMap.h323 size_t address_byte_size; member
327 address_byte_size(0) in TargetInfo()
334 address_byte_size != 0); in IsValid()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDummy.cpp38 …y::RegisterContextDummy (Thread &thread, uint32_t concrete_frame_idx, uint32_t address_byte_size) : in RegisterContextDummy() argument
49 m_pc_reg_info.byte_size = address_byte_size; in RegisterContextDummy()
DRegisterContextDummy.h26 RegisterContextDummy (Thread &thread, uint32_t concrete_frame_idx, uint32_t address_byte_size);
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp162 ret.address_byte_size = process->GetAddressByteSize(); in GetTargetInfo()
170 ret.address_byte_size = target->GetArchitecture().GetAddressByteSize(); in GetTargetInfo()
211 … m_parser_vars->m_target_info.address_byte_size); in AddPersistentVariable()
259 … m_parser_vars->m_target_info.address_byte_size); in AddPersistentVariable()
1622 … m_parser_vars->m_target_info.address_byte_size)); in AddOneGenericVariable()
1735 … m_parser_vars->m_target_info.address_byte_size)); in AddOneRegister()
1843 … m_parser_vars->m_target_info.address_byte_size)); in AddOneFunction()