Searched refs:FindSubSection (Results 1 - 6 of 6) sorted by relevance

/external/lldb/test/macosx/debug-info/apple_types/
H A DTestAppleTypesIsProduced.py67 debug_str_sub_section = dwarf_section.FindSubSection("__debug_str")
72 apple_types_sub_section = dwarf_section.FindSubSection("__apple_types")
77 self.assertTrue(dwarf_section.FindSubSection("__apple_names") and
78 dwarf_section.FindSubSection("__apple_namespac") and
79 dwarf_section.FindSubSection("__apple_objc"))
/external/lldb/test/python_api/default-constructor/
H A Dsb_section.py11 obj.FindSubSection("hello_section_name")
/external/lldb/include/lldb/API/
H A DSBSection.h41 FindSubSection (const char *sect_name);
/external/lldb/scripts/Python/interface/
H A DSBSection.i60 FindSubSection (const char *sect_name);
/external/lldb/test/python_api/module_section/
H A DTestModuleAndSection.py107 sec1.FindSubSection(None)
/external/lldb/source/API/
H A DSBSection.cpp88 SBSection::FindSubSection (const char *sect_name) function in class:SBSection

Completed in 226 milliseconds