Searched refs:GetSectionData (Results 1 – 5 of 5) sorted by relevance
50 lldb::SBData GetSectionData();52 lldb::SBData GetSectionData(uint64_t offset, uint64_t size);
145 SBData SBSection::GetSectionData() { return GetSectionData(0, UINT64_MAX); } in GetSectionData() function in SBSection147 SBData SBSection::GetSectionData(uint64_t offset, uint64_t size) { in GetSectionData() function in SBSection
225 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,243 lldb::offset_t GetSectionData(DataExtractor &data);
408 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData() function in Section415 lldb::offset_t Section::GetSectionData(DataExtractor §ion_data) { in GetSectionData() function in Section
673 section_sp->GetSectionData(section_data); in GetLoadableData()