Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp444 Symtab::AppendSymbolNamesToMap (const IndexCollection &indexes, in AppendSymbolNamesToMap()
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType()
500 …AndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint3… in AppendSymbolIndexesWithTypeAndFlagsValue()
518 …type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint3… in AppendSymbolIndexesWithType()
605 Symtab::SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) const in SortSymbolIndexesByValue()
630 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithName()
647 …symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithName()
673 …ameAndType (const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithNameAndType()
692 …symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithNameAndType()
712 …ExAndType (const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes) in AppendSymbolIndexesMatchingRegExAndType()
[all …]
/trueos/contrib/llvm/lib/CodeGen/
HDInterferenceCache.cpp27 SlotIndexes *indexes, in init()
HDInterferenceCache.h98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
/trueos/crypto/openssl/crypto/bn/
HDbn_ctx.c120 unsigned int *indexes; member
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp869 const std::vector<uint32_t> &indexes, // Indexes into the symbol table that match "name" in PrivateFindGlobalVariables()