Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h89 uint32_t target_byte_size = 1);
110 uint32_t addr_size, uint32_t target_byte_size = 1);
135 lldb::offset_t length, uint32_t target_byte_size = 1);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp131 uint32_t target_byte_size /*=1*/) in DataExtractor() argument
135 m_target_byte_size(target_byte_size) { in DataExtractor()
145 uint32_t target_byte_size /*=1*/) in DataExtractor() argument
147 m_target_byte_size(target_byte_size) { in DataExtractor()
158 offset_t length, uint32_t target_byte_size /*=1*/) in DataExtractor() argument
160 m_data_sp(), m_target_byte_size(target_byte_size) { in DataExtractor()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp163 uint32_t target_byte_size /*=1*/) in Section() argument
170 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section()
179 uint32_t target_byte_size /*=1*/) in Section() argument
186 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i30 target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the size of a target byte represented by this section as a number of host bytes.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h121 uint32_t target_byte_size = 1);
132 uint32_t target_byte_size = 1);