Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py11 obj.FindSubSection("hello_section_name")
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSection.h35 lldb::SBSection FindSubSection(const char *sect_name);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i61 FindSubSection (const char *sect_name);
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py109 sec1.FindSubSection(None)
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp78 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection() function in SBSection