Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py13 obj.GetSubSectionAtIndex(600)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSection.h39 lldb::SBSection GetSubSectionAtIndex(size_t idx);
/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py32 ss = s.GetSubSectionAtIndex(i)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i67 GetSubSectionAtIndex (size_t idx);
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp102 lldb::SBSection SBSection::GetSubSectionAtIndex(size_t idx) { in GetSubSectionAtIndex() function in SBSection
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py221 ss = s.GetSubSectionAtIndex(i)
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldbtk.py260 section = self.section.GetSubSectionAtIndex(i)
H A Dsymbolication.py634 section.GetSubSectionAtIndex(sect_idx), depth - 1)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp362 GetDebugInfoSizeInSection(section.GetSubSectionAtIndex(i)); in GetDebugInfoSizeInSection()