Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h50 uint32_t GetIndexForSymbol(const Symbol *symbol) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1201 symtab->GetIndexForSymbol(source_file_symbol); in FindCompleteObjCDefinitionTypeForDIE()