Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h38 lldb::SBSection GetSubSectionAtIndex(size_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp86 lldb::SBSection SBSection::GetSubSectionAtIndex(size_t idx) { in GetSubSectionAtIndex() function in SBSection