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

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp56 m_func_indexes(), m_code_indexes(), m_objc_class_name_to_index() {}
73 m_func_indexes)) {
74 symtab->SortSymbolIndexesByValue(m_func_indexes, true);
153 if (!m_func_indexes.empty()) {
H A DSymbolFileSymtab.h99 lldb_private::Symtab::IndexCollection m_func_indexes; member in class:SymbolFileSymtab
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp247 m_func_indexes(), m_glob_indexes(),
309 m_func_indexes);
314 symtab->SortSymbolIndexesByValue(m_func_indexes, true);
317 for (uint32_t sym_idx : m_func_indexes) {
H A DSymbolFileDWARFDebugMap.h329 std::vector<uint32_t> m_func_indexes; // Sorted by address member in class:SymbolFileDWARFDebugMap

Completed in 134 milliseconds