Searched defs:target_byte_size (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 163 Section(const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument 179 Section(const lldb::SectionSP & parent_section_sp,const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument
|
/llvm-project/lldb/source/Utility/ |
H A D | DataExtractor.cpp | 131 uint32_t target_byte_size /*=1*/) in DataExtractor() 145 uint32_t target_byte_size /*=1*/) in DataExtractor() 158 offset_t length, uint32_t target_byte_size /*=1*/) in DataExtractor()
|