Searched refs:GetFirstChild (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlock.i71 %feature("docstring", "Get the first child block.") GetFirstChild;
73 GetFirstChild ();
150 first_child = property(GetFirstChild, None, doc='''A read only property that returns the same result as GetFirstChild().''')
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h47 lldb::SBBlock GetFirstChild();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h49 GetFirstChild() const;
H A DDWARFDebugInfoEntry.h158 DWARFDebugInfoEntry *GetFirstChild() { function in class:DWARFDebugInfoEntry
161 const DWARFDebugInfoEntry *GetFirstChild() const { function in class:DWARFDebugInfoEntry
H A DDWARFDIE.cpp98 DWARFDIE::GetFirstChild() const { function in class:DWARFDIE
100 return DWARFDIE(m_cu, m_die->GetFirstChild());
H A DDWARFDebugInfoEntry.cpp430 const DWARFDebugInfoEntry *child = GetFirstChild();
836 const DWARFDebugInfoEntry *child = GetFirstChild();
863 const DWARFDebugInfoEntry *child = GetFirstChild();
1188 DWARFDebugInfoEntry *child = GetFirstChild();
H A DDWARFASTParserClang.cpp612 for (DWARFDIE child_die = target_die.GetFirstChild();
1650 DWARFDIE child_die = die.GetFirstChild();
1827 for (DWARFDIE child_die = die.GetFirstChild(); child_die.IsValid();
1933 for (DWARFDIE die = parent_die.GetFirstChild(); die.IsValid();
2177 for (DWARFDIE decl = it->second.GetFirstChild(); decl;
2214 for (DWARFDIE die = parent_die.GetFirstChild(); die.IsValid();
2840 for (DWARFDIE die = parent_die.GetFirstChild(); die.IsValid();
2990 for (DWARFDIE die = parent_die.GetFirstChild(); die.IsValid();
3110 for (DWARFDIE die = parent_die.GetFirstChild(); die.IsValid();
3388 for (DWARFDIE candidate = context.GetFirstChild(); candidat
[all...]
H A DSymbolFileDWARF.cpp343 for (DWARFDIE child_die = die.GetFirstChild(); child_die.IsValid();
940 for (DWARFDIE child_die = die.GetFirstChild(); child_die;
1178 ParseBlocksRecursive(comp_unit, block, die.GetFirstChild(),
1201 for (DWARFDIE die = parent_die.GetFirstChild(); die;
3103 types_added += ParseTypes(child_sc, die.GetFirstChild(), true, true);
3105 types_added += ParseTypes(sc, die.GetFirstChild(), true, true);
3145 types_added = ParseTypes(sc, dwarf_cu_die.GetFirstChild(), true, true);
3166 sc, function_die.GetFirstChild(), func_lo_pc, true, true);
3633 for (DWARFDIE child_die = die.GetFirstChild(); child_die;
3747 vars_added += ParseVariables(sc, die.GetFirstChild(), func_low_p
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp160 SBBlock SBBlock::GetFirstChild() { function in class:SBBlock
161 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBBlock, GetFirstChild);
165 sb_block.m_opaque_ptr = m_opaque_ptr->GetFirstChild();
375 LLDB_REGISTER_METHOD(lldb::SBBlock, SBBlock, GetFirstChild, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h202 Block *GetFirstChild() const { function in class:lldb_private::Block

Completed in 140 milliseconds