Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp145 SBData SBSection::GetSectionData() { return GetSectionData(0, UINT64_MAX); } in GetSectionData() function in SBSection
147 SBData SBSection::GetSectionData(uint64_t offset, uint64_t size) { in GetSectionData() function in SBSection
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp408 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData() function in Section
415 lldb::offset_t Section::GetSectionData(DataExtractor &section_data) { in GetSectionData() function in Section