Home
last modified time | relevance | path

Searched refs:m_glob_indexes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp252 m_func_indexes(), m_glob_indexes(), in SymbolFileDWARFDebugMap()
319 Symtab::eVisibilityAny, m_glob_indexes); in InitOSO()
322 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); in InitOSO()
325 llvm::concat<uint32_t>(m_func_indexes, m_glob_indexes)) { in InitOSO()
H A DSymbolFileDWARFDebugMap.h327 std::vector<uint32_t> m_glob_indexes; variable