Home
last modified time | relevance | path

Searched refs:GetIndexForSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymtab.h50 uint32_t GetIndexForSymbol(const Symbol *symbol) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymtab.cpp560 uint32_t Symtab::GetIndexForSymbol(const Symbol *symbol) const { in GetIndexForSymbol() function in Symtab
673 const uint32_t symbol_idx = GetIndexForSymbol(symbol); in GetNameIndexes()
1162 uint32_t child_idx = GetIndexForSymbol(child_symbol); in GetParent()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp1201 symtab->GetIndexForSymbol(source_file_symbol); in FindCompleteObjCDefinitionTypeForDIE()