Searched refs:GetSectionData (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSection.cpp | 173 SBData SBSection::GetSectionData() { in GetSectionData() function in SBSection 176 return GetSectionData(0, UINT64_MAX); in GetSectionData() 179 SBData SBSection::GetSectionData(uint64_t offset, uint64_t size) { in GetSectionData() function in SBSection 186 section_sp->GetSectionData(section_data); in GetSectionData()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBSection.h | 51 lldb::SBData GetSectionData(); 53 lldb::SBData GetSectionData(uint64_t offset, uint64_t size);
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSectionExtensions.i | 28 data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that represents the bytes for this section (lldb.SBData) for this section.''')
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 224 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len, 240 lldb::offset_t GetSectionData(DataExtractor &data);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 28 section_sp->GetSectionData(data); in LoadSection()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 376 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData() function in Section 383 lldb::offset_t Section::GetSectionData(DataExtractor §ion_data) { in GetSectionData() function in Section
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 654 section_sp->GetSectionData(section_data); in GetLoadableData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2029 section->GetSectionData(data); in GetGnuDebugDataObjectFile()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 49331 result = (arg1)->GetSectionData(); in _wrap_SBSection_GetSectionData__SWIG_0() 49364 result = (arg1)->GetSectionData(arg2,arg3); in _wrap_SBSection_GetSectionData__SWIG_1()
|