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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp57 : SymbolFile(std::move(objfile_sp)), m_source_indexes(), m_func_indexes(),
77 m_func_indexes)) {
78 symtab->SortSymbolIndexesByValue(m_func_indexes, true);
157 if (!m_func_indexes.empty()) {
H A DSymbolFileSymtab.h102 lldb_private::Symtab::IndexCollection m_func_indexes; member in class:SymbolFileSymtab
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp248 m_func_indexes(), m_glob_indexes(),
310 m_func_indexes);
315 symtab->SortSymbolIndexesByValue(m_func_indexes, true);
318 for (uint32_t sym_idx : m_func_indexes) {
H A DSymbolFileDWARFDebugMap.h313 std::vector<uint32_t> m_func_indexes; // Sorted by address member in class:SymbolFileDWARFDebugMap

Completed in 111 milliseconds