Searched refs:GetSectionData (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h65 GetSectionData ();
68 GetSectionData (uint64_t offset,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp196 SBSection::GetSectionData () function in class:SBSection
198 return GetSectionData (0, UINT64_MAX);
202 SBSection::GetSectionData (uint64_t offset, uint64_t size) function in class:SBSection
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h308 GetSectionData (void *dst, lldb::offset_t dst_len, lldb::offset_t offset = 0);
326 GetSectionData (DataExtractor& data) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp323 Section::GetSectionData (void *dst, lldb::offset_t dst_len, lldb::offset_t offset) function in class:Section
334 Section::GetSectionData (DataExtractor& section_data) const function in class:Section

Completed in 84 milliseconds