Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp152 SmallVector<SUnit *, 32> Collection; member in __anon5d856e630111::SchedGroup
942 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
976 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1018 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1067 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1108 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1143 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1156 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1168 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1183 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h158 DebuginfodCollection &Collection; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h141 typedef llvm::SmallVector<Entry, N> Collection; typedef
445 typedef llvm::SmallVector<AugmentedEntry, N> Collection; global() typedef
741 typedef llvm::SmallVector<Entry, N> Collection; global() typedef
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp559 DebuginfodCollection &Collection) in DebuginfodServer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2050 ExprResult Collection; in ParseForStatement() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2094 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2329 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
H A DTreeTransform.h2522 Expr *Collection, in RebuildObjCForCollectionStmt()
8759 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1805 llvm::Value *Collection; in EmitObjCForCollectionStmt() local