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