Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py13 obj.GetSubSectionAtIndex(600)
/llvm-project/lldb/include/lldb/API/
H A DSBSection.h39 lldb::SBSection GetSubSectionAtIndex(size_t idx);
/llvm-project/lldb/test/API/python_api/section/
H A DTestSectionAPI.py32 ss = s.GetSubSectionAtIndex(i)
/llvm-project/lldb/source/API/
H A DSBSection.cpp102 lldb::SBSection SBSection::GetSubSectionAtIndex(size_t idx) { in GetSubSectionAtIndex() function in SBSection
/llvm-project/lldb/test/API/python_api/target/
H A DTestTargetAPI.py225 ss = s.GetSubSectionAtIndex(i)
/llvm-project/lldb/examples/python/
H A Dlldbtk.py263 section = self.section.GetSubSectionAtIndex(i)
H A Dsymbolication.py701 print_module_section(section.GetSubSectionAtIndex(sect_idx), depth - 1)
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp448 GetDebugInfoSizeInSection(section.GetSubSectionAtIndex(i)); in CreateModule()