Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp72 m_func_indexes(), in SymbolFileSymtab()
109 …dSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, m_func_indexes)) in CalculateAbilities()
111 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in CalculateAbilities()
198 if (!m_func_indexes.empty()) in ParseCompileUnitFunctions()
DSymbolFileSymtab.h128 lldb_private::Symtab::IndexCollection m_func_indexes; variable
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp296 m_func_indexes(), in SymbolFileDWARFDebugMap()
376 …SymbolIndexesWithType (eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, m_func_indexes); in InitOSO()
379 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in InitOSO()
382 for (uint32_t sym_idx : m_func_indexes) in InitOSO()
DSymbolFileDWARFDebugMap.h338 std::vector<uint32_t> m_func_indexes; // Sorted by address variable