Searched refs:GetFirstChild (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBlock.i | 71 %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 resu…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.h | 51 GetFirstChild() const; 111 child_iterator(const DWARFDIE &parent) : m_die(parent.GetFirstChild()) {} in child_iterator()
|
| H A D | DWARFDebugInfoEntry.h | 143 DWARFDebugInfoEntry *GetFirstChild() { in GetFirstChild() function 146 const DWARFDebugInfoEntry *GetFirstChild() const { in GetFirstChild() function
|
| H A D | DWARFDIE.cpp | 98 DWARFDIE::GetFirstChild() const { in GetFirstChild() function in DWARFDIE 100 return DWARFDIE(m_cu, m_die->GetFirstChild()); in GetFirstChild()
|
| H A D | SymbolFileDWARF.cpp | 1225 ParseBlocksRecursive(comp_unit, block, die.GetFirstChild(), in ParseBlocksRecursive() 2937 types_added += ParseTypes(child_sc, die.GetFirstChild(), true, true); in ParseTypes() 2939 types_added += ParseTypes(sc, die.GetFirstChild(), true, true); in ParseTypes() 2980 types_added = ParseTypes(sc, dwarf_cu_die.GetFirstChild(), true, true); in ParseTypes() 3001 sc, function_die.GetFirstChild(), func_lo_pc, true, true); in ParseVariablesForContext() 3534 vars_added += ParseVariables(sc, die.GetFirstChild(), func_low_pc, true, in ParseVariables()
|
| H A D | DWARFDebugInfoEntry.cpp | 706 const DWARFDebugInfoEntry *child = GetFirstChild(); in BuildFunctionAddressRangeTable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 152 SBBlock SBBlock::GetFirstChild() { in GetFirstChild() function in SBBlock 153 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBBlock, SBBlock, GetFirstChild); in GetFirstChild() 157 sb_block.m_opaque_ptr = m_opaque_ptr->GetFirstChild(); in GetFirstChild() 367 LLDB_REGISTER_METHOD(lldb::SBBlock, SBBlock, GetFirstChild, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBlock.h | 47 lldb::SBBlock GetFirstChild();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Block.h | 202 Block *GetFirstChild() const { in GetFirstChild() function
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 6143 result = (arg1)->GetFirstChild(); in _wrap_SBBlock_GetFirstChild()
|