Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp159 Dump(Stream * s,Target * target,std::vector<uint32_t> & indexes,Mangled::NamePreference name_preference) const Dump() argument
459 AppendSymbolNamesToMap(const IndexCollection & indexes,bool add_demangled,bool add_mangled,NameToIndexMap & name_to_index_map) const AppendSymbolNamesToMap() argument
488 AppendSymbolIndexesWithType(SymbolType symbol_type,std::vector<uint32_t> & indexes,uint32_t start_idx,uint32_t end_index) const AppendSymbolIndexesWithType() argument
507 AppendSymbolIndexesWithTypeAndFlagsValue(SymbolType symbol_type,uint32_t flags_value,std::vector<uint32_t> & indexes,uint32_t start_idx,uint32_t end_index) const AppendSymbolIndexesWithTypeAndFlagsValue() argument
528 AppendSymbolIndexesWithType(SymbolType symbol_type,Debug symbol_debug_type,Visibility symbol_visibility,std::vector<uint32_t> & indexes,uint32_t start_idx,uint32_t end_index) const AppendSymbolIndexesWithType() argument
613 SortSymbolIndexesByValue(std::vector<uint32_t> & indexes,bool remove_duplicates) const SortSymbolIndexesByValue() argument
639 GetNameIndexes(ConstString symbol_name,std::vector<uint32_t> & indexes) GetNameIndexes() argument
669 AppendSymbolIndexesWithName(ConstString symbol_name,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithName() argument
684 AppendSymbolIndexesWithName(ConstString symbol_name,Debug symbol_debug_type,Visibility symbol_visibility,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithName() argument
709 AppendSymbolIndexesWithNameAndType(ConstString symbol_name,SymbolType symbol_type,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithNameAndType() argument
728 AppendSymbolIndexesWithNameAndType(ConstString symbol_name,SymbolType symbol_type,Debug symbol_debug_type,Visibility symbol_visibility,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithNameAndType() argument
747 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression & regexp,SymbolType symbol_type,std::vector<uint32_t> & indexes,Mangled::NamePreference name_preference) AppendSymbolIndexesMatchingRegExAndType() argument
770 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression & regexp,SymbolType symbol_type,Debug symbol_debug_type,Visibility symbol_visibility,std::vector<uint32_t> & indexes,Mangled::NamePreference name_preference) AppendSymbolIndexesMatchingRegExAndType() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp52 SlotIndexes *indexes, in init() argument
H A DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
/freebsd-src/crypto/openssl/crypto/bn/
H A Dbn_ctx.c49 unsigned int *indexes; member
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h553 uint32_t FindEntryIndexesThatContain(B addr, std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain()
682 std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain()
/freebsd-src/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c1751 unsigned char * num_indexes, int * indexes) { in construct_BWT_indexes()
1876 …char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP) { in divbwt()
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp499 SmallVector<size_t, 0> indexes; computeInputSections() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp892 PrivateFindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,const std::vector<uint32_t> & indexes,uint32_t max_matches,VariableList & variables) PrivateFindGlobalVariables() argument