Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp171 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, in Dump() argument
471 void Symtab::AppendSymbolNamesToMap(const IndexCollection &indexes, in AppendSymbolNamesToMap() argument
500 std::vector<uint32_t> &indexes, in AppendSymbolIndexesWithType() argument
519 AppendSymbolIndexesWithTypeAndFlagsValue(SymbolType symbol_type,uint32_t flags_value,std::vector<uint32_t> & indexes,uint32_t start_idx,uint32_t end_index) const AppendSymbolIndexesWithTypeAndFlagsValue() argument
540 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
625 SortSymbolIndexesByValue(std::vector<uint32_t> & indexes,bool remove_duplicates) const SortSymbolIndexesByValue() argument
651 GetNameIndexes(ConstString symbol_name,std::vector<uint32_t> & indexes) GetNameIndexes() argument
681 AppendSymbolIndexesWithName(ConstString symbol_name,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithName() argument
696 AppendSymbolIndexesWithName(ConstString symbol_name,Debug symbol_debug_type,Visibility symbol_visibility,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithName() argument
721 AppendSymbolIndexesWithNameAndType(ConstString symbol_name,SymbolType symbol_type,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithNameAndType() argument
740 AppendSymbolIndexesWithNameAndType(ConstString symbol_name,SymbolType symbol_type,Debug symbol_debug_type,Visibility symbol_visibility,std::vector<uint32_t> & indexes) AppendSymbolIndexesWithNameAndType() argument
759 AppendSymbolIndexesMatchingRegExAndType(const RegularExpression & regexp,SymbolType symbol_type,std::vector<uint32_t> & indexes,Mangled::NamePreference name_preference) AppendSymbolIndexesMatchingRegExAndType() argument
782 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...]
/llvm-project/flang/test/Lower/
H A Dpre-fir-tree01.f90122 common /indexes/ i, j, k common
/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
H A DInterferenceCache.cpp52 init(MachineFunction * mf,LiveIntervalUnion * liuarray,SlotIndexes * indexes,LiveIntervals * lis,const TargetRegisterInfo * tri) init() argument
/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h553 FindEntryIndexesThatContain(B addr,std::vector<uint32_t> & indexes) FindEntryIndexesThatContain() argument
682 FindEntryIndexesThatContain(B addr,size_t lo,size_t hi,std::vector<uint32_t> & indexes) FindEntryIndexesThatContain() argument
/llvm-project/flang/lib/Lower/
H A DVectorSubscripts.cpp391 llvm::SmallVector<mlir::Value> indexes; in getElementAt() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp232 typedef typename make_indexes<BoundArgs...>::type indexes; typedef in bound_functor
/llvm-project/lld/ELF/
H A DLinkerScript.cpp494 SmallVector<size_t, 0> indexes; computeInputSections() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp901 PrivateFindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,const std::vector<uint32_t> & indexes,uint32_t max_matches,VariableList & variables) PrivateFindGlobalVariables() argument