Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUIGroupLP.cpp152 SmallVector<SUnit *, 32> Collection; member in __anoncaee073c0111::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-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
HDLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Debuginfod/
HDDebuginfod.h158 DebuginfodCollection &Collection; member
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDRangeMap.h141 typedef llvm::SmallVector<Entry, N> Collection; typedef
445 typedef llvm::SmallVector<AugmentedEntry, N> Collection; typedef
741 typedef llvm::SmallVector<Entry, N> Collection; typedef
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDCheckerRegistryData.h179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-graph-diff.cpp296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDInputFile.cpp428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDCheckerRegistry.cpp390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Debuginfod/
HDDebuginfod.cpp559 DebuginfodCollection &Collection) in DebuginfodServer()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
HDllvm-cxxdump.cpp109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp2050 ExprResult Collection; in ParseForStatement() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp2094 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2329 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
HDTreeTransform.h2522 Expr *Collection, in RebuildObjCForCollectionStmt()
8759 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp1805 llvm::Value *Collection; in EmitObjCForCollectionStmt() local