Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp82 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection() function in SBSection
83 LLDB_RECORD_METHOD(lldb::SBSection, SBSection, FindSubSection, (const char *), in FindSubSection()
305 LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, FindSubSection, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h35 lldb::SBSection FindSubSection(const char *sect_name);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i61 FindSubSection (const char *sect_name);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42719 result = (arg1)->FindSubSection((char const *)arg2); in _wrap_SBSection_FindSubSection()