Home
last modified time | relevance | path

Searched refs:GetSectionData (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h50 lldb::SBData GetSectionData();
52 lldb::SBData GetSectionData(uint64_t offset, uint64_t size);
/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/include/lldb/Core/
H A DSection.h225 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
243 lldb::offset_t GetSectionData(DataExtractor &data);
/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
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp673 section_sp->GetSectionData(section_data); in GetLoadableData()