Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DSymbol.h151 uint32_t GetSiblingIndex() const;
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DSymbol.cpp169 uint32_t Symbol::GetSiblingIndex() const { in GetSiblingIndex() function in Symbol
DSymtab.cpp1157 const uint32_t sibling_idx = symbol->GetSiblingIndex(); in GetParent()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp350 uint32_t sibling_idx = so_symbol->GetSiblingIndex(); in InitOSO()