Searched refs:target_byte_size (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/include/lldb/Utility/ |
D | DataExtractor.h | 89 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);
|
/external/llvm-project/lldb/source/Core/ |
D | Section.cpp | 159 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() 181 uint32_t target_byte_size /*=1*/) in Section() argument 188 m_executable(false), m_relocated(false), m_target_byte_size(target_byte_size) { in Section()
|
/external/llvm-project/lldb/source/Utility/ |
D | DataExtractor.cpp | 131 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 148 m_target_byte_size(target_byte_size) { in DataExtractor() 159 offset_t length, uint32_t target_byte_size /*=1*/) in DataExtractor() argument 162 m_target_byte_size(target_byte_size) { in DataExtractor()
|
/external/llvm-project/lldb/test/API/python_api/section/ |
D | TestSectionAPI.py | 42 self.assertEqual(data_section.target_byte_size, 1)
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Section.h | 107 uint32_t target_byte_size = 1); 118 uint32_t target_byte_size = 1);
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBSection.i | 140 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
|