Searched defs:indexes (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp54 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_ctx.c61 unsigned int *indexes; member in struct:bignum_ctx_stack
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp143 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, argument
411 void Symtab::AppendSymbolNamesToMap(const IndexCollection &indexes, argument
440 AppendSymbolIndexesWithType(SymbolType symbol_type, std::vector<uint32_t> &indexes, uint32_t start_idx, uint32_t end_index) const argument
458 AppendSymbolIndexesWithTypeAndFlagsValue( SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t> &indexes, uint32_t start_idx, uint32_t end_index) const argument
478 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 argument
566 SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, bool remove_duplicates) const argument
593 AppendSymbolIndexesWithName(ConstString symbol_name, std::vector<uint32_t> &indexes) argument
608 AppendSymbolIndexesWithName(ConstString symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t> &indexes) argument
635 AppendSymbolIndexesWithNameAndType(ConstString symbol_name, SymbolType symbol_type, std::vector<uint32_t> &indexes) argument
653 AppendSymbolIndexesWithNameAndType( ConstString symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t> &indexes) argument
673 AppendSymbolIndexesMatchingRegExAndType( const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t> &indexes) argument
694 AppendSymbolIndexesMatchingRegExAndType( const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t> &indexes) argument
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c1876 divbwt(const unsigned char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP) { argument
1748 construct_BWT_indexes(const unsigned char *T, int *SA, int *bucket_A, int *bucket_B, int n, int m, unsigned char * num_indexes, int * indexes) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp828 PrivateFindGlobalVariables( ConstString name, const CompilerDeclContext *parent_decl_ctx, const std::vector<uint32_t> &indexes, uint32_t max_matches, VariableList &variables) argument

Completed in 198 milliseconds