Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h141 uint32_t GetSiblingIndex() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymbol.cpp169 uint32_t Symbol::GetSiblingIndex() const { in GetSiblingIndex() function in Symbol
DSymtab.cpp1143 const uint32_t sibling_idx = symbol->GetSiblingIndex(); in GetParent()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp351 uint32_t sibling_idx = so_symbol->GetSiblingIndex(); in InitOSO()