Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
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);
/external/llvm-project/lldb/source/Core/
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()
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/
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
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/
DTestSectionAPI.py42 self.assertEqual(data_section.target_byte_size, 1)
/external/llvm-project/lldb/include/lldb/Core/
DSection.h107 uint32_t target_byte_size = 1);
118 uint32_t target_byte_size = 1);
/external/llvm-project/lldb/bindings/interface/
DSBSection.i140target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …