Searched refs:target_byte_size (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A 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);
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A 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 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 D | Section.cpp | 163 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 D | SBSectionExtensions.i | 30 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 D | Section.h | 121 uint32_t target_byte_size = 1); 132 uint32_t target_byte_size = 1);
|