Home
last modified time | relevance | path

Searched defs:indexes (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp467 Symtab::AppendSymbolNamesToMap (const IndexCollection &indexes, in AppendSymbolNamesToMap()
505 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType()
523 …AndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint3… in AppendSymbolIndexesWithTypeAndFlagsValue()
541 …type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint3… in AppendSymbolIndexesWithType()
631 Symtab::SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) const in SortSymbolIndexesByValue()
656 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithName()
673 …symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithName()
699 …ameAndType (const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithNameAndType()
718 …symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithNameAndType()
738 …ExAndType (const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes) in AppendSymbolIndexesMatchingRegExAndType()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/
HDInterferenceCache.cpp45 SlotIndexes *indexes, in init()
HDInterferenceCache.h99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
/NextBSD/crypto/openssl/crypto/bn/
HDbn_ctx.c120 unsigned int *indexes; member
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp875 const std::vector<uint32_t> &indexes, // Indexes into the symbol table that match "name" in PrivateFindGlobalVariables()