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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.cpp25 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DInterferenceCache.h98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_ctx.c120 unsigned int *indexes; member in struct:bignum_ctx_stack
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp444 Symtab::AppendSymbolNamesToMap (const IndexCollection &indexes, argument
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_ argument
500 AppendSymbolIndexesWithTypeAndFlagsValue(SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const argument
518 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
605 SortSymbolIndexesByValue(std::vector<uint32_t>& indexes, bool remove_duplicates) const argument
630 AppendSymbolIndexesWithName(const ConstString& symbol_name, std::vector<uint32_t>& indexes) argument
647 AppendSymbolIndexesWithName(const ConstString& symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) argument
673 AppendSymbolIndexesWithNameAndType(const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes) argument
692 AppendSymbolIndexesWithNameAndType(const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) argument
712 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes) argument
736 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) argument
925 FindIndexPtrForSymbolContainingAddress(Symtab* symtab, addr_t file_addr, const uint32_t* indexes, uint32_t num_indexes) argument
1032 FindSymbolContainingFileAddress(addr_t file_addr, const uint32_t* indexes, uint32_t num_indexes) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp865 PrivateFindGlobalVariables( const ConstString &name, const ClangNamespaceDecl *namespace_decl, const std::vector<uint32_t> &indexes, uint32_t max_matches, VariableList& variables ) argument

Completed in 175 milliseconds