Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h51 uint32_t GetIndexForSymbol(const Symbol *symbol) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp537 uint32_t Symtab::GetIndexForSymbol(const Symbol *symbol) const { in GetIndexForSymbol() function in Symtab
1146 uint32_t child_idx = GetIndexForSymbol(child_symbol); in GetParent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1144 symtab->GetIndexForSymbol(source_file_symbol); in FindCompleteObjCDefinitionTypeForDIE()