Home
last modified time | relevance | path

Searched refs:GetChildren (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Core/
DSection.cpp374 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()
390 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1); in GetNumSections()
424 sect_sp = child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()
448 sect_sp = (*sect_iter)->GetChildren().FindSectionByID (sect_id); in FindSectionByID()
470 … sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0); in FindSectionByType()
493 sect_sp = sect->GetChildren().FindSectionContainingFileAddress(vm_addr, depth - 1); in FindSectionContainingFileAddress()
/external/lldb/source/API/
DSBSection.cpp97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()
108 return section_sp->GetChildren ().GetSize(); in GetNumSubSections()
118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
/external/lldb/include/lldb/Core/
DSection.h146 GetChildren () in GetChildren() function
152 GetChildren () const in GetChildren() function
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1164 segment->GetChildren().Slide(-slide_amount, false); in CreateSections()
1335 segment_sp->GetChildren().AddSection(section_sp); in CreateSections()
1351 … SectionSP curr_section_sp(segment_sp->GetChildren().FindSectionByID (sect_uid)); in CreateSections()
1354 … next_section_sp = segment_sp->GetChildren().FindSectionByID (sect_uid+1); in CreateSections()
1701 … eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName (g_section_name_eh_frame); in ParseSymtab()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas538 function GetChildren: IList<IBaseTree>; in GetChildren() function
578 property Children: IList<IBaseTree> read GetChildren;
1162 function GetChildren: IList<IBaseTree>; in GetChildren() function
2258 function TBaseTree.GetChildren: IList<IBaseTree>; in GetChildren() function
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2198 …SectionSP objc_opt_section_sp (text_segment_sp->GetChildren().FindSectionByName(ConstString("__obj… in GetSharedCacheReadOnlyAddress()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp619 section_list = &section->GetChildren (); in CalculateAbilities()