Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp180 SBData SBSection::GetSectionData() { in GetSectionData() function in SBSection
181 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBData, SBSection, GetSectionData); in GetSectionData()
183 return LLDB_RECORD_RESULT(GetSectionData(0, UINT64_MAX)); in GetSectionData()
186 SBData SBSection::GetSectionData(uint64_t offset, uint64_t size) { in GetSectionData() function in SBSection
187 LLDB_RECORD_METHOD(lldb::SBData, SBSection, GetSectionData, in GetSectionData()
316 LLDB_REGISTER_METHOD(lldb::SBData, SBSection, GetSectionData, ()); in RegisterMethods()
317 LLDB_REGISTER_METHOD(lldb::SBData, SBSection, GetSectionData, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i85 GetSectionData ();
88 GetSectionData (uint64_t offset,
138 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h51 lldb::SBData GetSectionData();
53 lldb::SBData GetSectionData(uint64_t offset, uint64_t size);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h210 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
226 lldb::offset_t GetSectionData(DataExtractor &data);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp26 section_sp->GetSectionData(data); in LoadSection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp386 lldb::offset_t Section::GetSectionData(void *dst, lldb::offset_t dst_len, in GetSectionData() function in Section
393 lldb::offset_t Section::GetSectionData(DataExtractor &section_data) { in GetSectionData() function in Section
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp638 section_sp->GetSectionData(section_data); in GetLoadableData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1903 section->GetSectionData(data); in GetGnuDebugDataObjectFile()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42927 result = (arg1)->GetSectionData(); in _wrap_SBSection_GetSectionData__SWIG_0()
42960 result = (arg1)->GetSectionData(arg2,arg3); in _wrap_SBSection_GetSectionData__SWIG_1()