Home
last modified time | relevance | path

Searched refs:GetSibling (Results 1 – 13 of 13) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBBlock.i70 %feature("docstring", "Get the sibling block for this block.") GetSibling;
72 GetSibling ();
158 __swig_getmethods__["sibling"] = GetSibling
159 …if _newclass: sibling = property(GetSibling, None, doc='''A read only property that returns the sa…
/external/lldb/test/python_api/default-constructor/
Dsb_block.py15 obj.GetSibling()
/external/lldb/source/API/
DSBBlock.cpp149 SBBlock::GetSibling () in GetSibling() function in SBBlock
153 sb_block.m_opaque_ptr = m_opaque_ptr->GetSibling(); in GetSibling()
/external/lldb/include/lldb/API/
DSBBlock.h55 GetSibling ();
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h364 …DWARFDebugInfoEntry* GetSibling() { return m_sibling_idx > 0 ? this + m_sibling_idx … in GetSibling() function
365 …const DWARFDebugInfoEntry* GetSibling() const { return m_sibling_idx > 0 ? this + m_sibl… in GetSibling() function
DDWARFDebugInfoEntry.cpp1004 child = child->GetSibling(); in Dump()
1793 const DWARFDebugInfoEntry *sibling = GetSibling(); in Contains()
1831 child = child->GetSibling(); in BuildAddressRangeTable()
1869 child = child->GetSibling(); in BuildFunctionAddressRangeTable()
2249 child = child->GetSibling(); in LookupAddress()
2304 const DWARFDebugInfoEntry* s = die_ref.GetSibling(); in DumpDIECollection()
DSymbolFileDWARF.cpp294 child_die = child_die->GetSibling()) in GetTypes()
1401 die = die->GetSibling(); in ParseFunctionBlocks()
1520 die = die->GetSibling()) in ParseTemplateParameterInfos()
1661 …const DWARFDebugInfoEntry *die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling()) in ClassOrStructIsVirtual()
1710 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling()) in ParseChildMembers()
4158 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling()) in ParseChildParameters()
4326 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling()) in ParseChildEnumerators()
4404 for (die = parent_die->GetFirstChild(); die != NULL; die = die->GetSibling()) in ParseChildArrayInfo()
5348 for (src_die = src_class_die->GetFirstChild(); src_die != NULL; src_die = src_die->GetSibling()) in CopyUniqueClassMethodTypes()
5370 for (dst_die = dst_class_die->GetFirstChild(); dst_die != NULL; dst_die = dst_die->GetSibling()) in CopyUniqueClassMethodTypes()
[all …]
DDWARFCompileUnit.cpp490 child = child->GetSibling(); in LookupAddress()
/external/lldb/include/lldb/Symbol/
DBlock.h248 GetSibling () const;
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h183 CPDFSDK_Widget* GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const;
/external/lldb/source/Symbol/
DBlock.cpp601 Block::GetSibling() const in GetSibling() function in Block
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1729 CPDFSDK_Widget* CPDFSDK_InterForm::GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const in GetSibling() function in CPDFSDK_InterForm
/external/lldb/www/python_reference/
Dapi-objects.txt2366 lldb.SBBlock.GetSibling lldb.SBBlock-class.html#GetSibling