Home
last modified time | relevance | path

Searched refs:GetSiblingIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbol.h166 uint32_t GetSiblingIndex() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbol.cpp217 uint32_t Symbol::GetSiblingIndex() const { in GetSiblingIndex() function in Symbol
HDSymtab.cpp1166 const uint32_t sibling_idx = symbol->GetSiblingIndex(); in GetParent()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp350 uint32_t sibling_idx = so_symbol->GetSiblingIndex(); in InitOSO()