Home
last modified time | relevance | path

Searched defs:GetSectionData (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBSection.cpp180 SBData SBSection::GetSectionData() { in GetSectionData() function in SBSection
186 SBData SBSection::GetSectionData(uint64_t offset, uint64_t size) { in GetSectionData() function in SBSection
/external/llvm-project/lldb/source/Core/
DSection.cpp386 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData() function in Section
393 lldb::offset_t Section::GetSectionData(DataExtractor &section_data) { in GetSectionData() function in Section