Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp78 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in CalculateAbilities()
85 symtab->SortSymbolIndexesByValue(m_code_indexes, true); in CalculateAbilities()
91 symtab->SortSymbolIndexesByValue(m_data_indexes, true); in CalculateAbilities()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymtab.h124 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp315 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in InitOSO()
316 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); in InitOSO()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymtab.cpp608 void Symtab::SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, in SortSymbolIndexesByValue() function in Symtab