Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i85 GetSectionData ();
88 GetSectionData (uint64_t offset,
141 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that…
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSection.h51 lldb::SBData GetSectionData();
53 lldb::SBData GetSectionData(uint64_t offset, uint64_t size);
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp173 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
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py18 obj.GetSectionData(1000, 100)
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h216 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
232 lldb::offset_t GetSectionData(DataExtractor &data);
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/
H A DTestDyldExecLinux.py38 section_data = interp_section.GetSectionData()
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-launch-linux/
H A DTestDyldLaunchLinux.py25 section_data = interp_section.GetSectionData()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp26 section_sp->GetSectionData(data); in LoadSection()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp372 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData() function in Section
379 lldb::offset_t Section::GetSectionData(DataExtractor &section_data) { in GetSectionData() function in Section
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp643 section_sp->GetSectionData(section_data); in GetLoadableData()
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py621 section_data = section.GetSectionData()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp869 S->GetSectionData(Data); in dumpSectionList()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1933 section->GetSectionData(data); in GetGnuDebugDataObjectFile()