Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 16 of 16) 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.cpp151 SmallVector<SUnit *, 32> Collection; member in __anon5d856e630111::SchedGroup
920 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
953 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
993 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1042 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1082 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1116 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1129 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1141 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1156 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h120 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
464 typedef llvm::SmallVector<AugmentedEntry, N> Collection; typedef
757 typedef llvm::SmallVector<Entry, N> Collection; typedef
/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/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp388 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp571 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/Sema/
H A DSemaOpenACCClause.cpp1224 auto Collection = isOpenACCCombinedDirectiveKind(DK) in CheckGangKernelsExpr() local
H A DSemaStmt.cpp2193 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2436 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
H A DTreeTransform.h2555 Expr *Collection, in RebuildObjCForCollectionStmt()
9109 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1924 ExprResult Collection; in ParseForStatement() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1849 llvm::Value *Collection; in EmitObjCForCollectionStmt() local