Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/source/Utility/
H A DDataExtractor.cpp130 uint32_t target_byte_size /*=1*/) in DataExtractor() argument
134 m_target_byte_size(target_byte_size) { in DataExtractor()
144 uint32_t target_byte_size /*=1*/) in DataExtractor() argument
146 m_target_byte_size(target_byte_size) { in DataExtractor()
157 offset_t length, uint32_t target_byte_size /*=1*/) in DataExtractor() argument
159 m_data_sp(), m_target_byte_size(target_byte_size) { in DataExtractor()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp159 uint32_t target_byte_size /*=1*/) in Section() argument
166 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section()
175 uint32_t target_byte_size /*=1*/) in Section() argument
182 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h113 uint32_t target_byte_size = 1);
124 uint32_t target_byte_size = 1);
/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py39 self.assertEqual(data_section.target_byte_size, 1)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i143target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …