Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBSection.h39 lldb::SBSection GetSubSectionAtIndex(size_t idx);
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBSection.i67 GetSubSectionAtIndex (size_t idx);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBSection.cpp102 lldb::SBSection SBSection::GetSubSectionAtIndex(size_t idx) { in GetSubSectionAtIndex() function in SBSection
/openbsd/src/gnu/llvm/lldb/examples/python/
Dsymbolication.py633 section.GetSubSectionAtIndex(sect_idx), depth - 1)
Dlldbtk.py259 section = self.section.GetSubSectionAtIndex(i)
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp365 GetDebugInfoSizeInSection(section.GetSubSectionAtIndex(i)); in GetDebugInfoSizeInSection()