Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DSymtab.h49 uint32_t GetIndexForSymbol(const Symbol *symbol) const;
/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp501 uint32_t Symtab::GetIndexForSymbol(const Symbol *symbol) const { in GetIndexForSymbol() function in Symtab
1102 uint32_t child_idx = GetIndexForSymbol(child_symbol); in GetParent()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1143 symtab->GetIndexForSymbol(source_file_symbol); in FindCompleteObjCDefinitionTypeForDIE()