Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h51 lldb::SBData GetSectionData();
53 lldb::SBData GetSectionData(uint64_t offset, uint64_t size);
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp27 section_sp->GetSectionData(data); in LoadSection()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp643 section_sp->GetSectionData(section_data); in GetLoadableData()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py620 section_data = section.GetSectionData()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp967 S->GetSectionData(Data); in dumpSectionList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1950 section->GetSectionData(data); in GetGnuDebugDataObjectFile()