Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp107 lldb::SBSection SBSection::GetSubSectionAtIndex(size_t idx) { in GetSubSectionAtIndex() function in SBSection
108 LLDB_RECORD_METHOD(lldb::SBSection, SBSection, GetSubSectionAtIndex, (size_t), in GetSubSectionAtIndex()
308 LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, GetSubSectionAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h39 lldb::SBSection GetSubSectionAtIndex(size_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i67 GetSubSectionAtIndex (size_t idx);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42773 result = (arg1)->GetSubSectionAtIndex(arg2); in _wrap_SBSection_GetSubSectionAtIndex()