Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h158 DebuginfodCollection &Collection; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp154 SmallVector<SUnit *, 32> Collection; member in __anon114cba190111::SchedGroup
912 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
945 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
983 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1015 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
1056 bool apply(const SUnit *SU, const ArrayRef<SUnit *> Collection, in apply()
/freebsd-14.2/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; typedef
741 typedef llvm::SmallVector<Entry, N> Collection; typedef
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp558 DebuginfodCollection &Collection) in DebuginfodServer()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2035 ExprResult Collection; in ParseForStatement() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2071 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2469 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
H A DTreeTransform.h2494 Expr *Collection, in RebuildObjCForCollectionStmt()
8464 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1802 llvm::Value *Collection; in EmitObjCForCollectionStmt() local