Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h140 DebuginfodCollection &Collection; member
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp297 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp427 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp511 DebuginfodCollection &Collection) in DebuginfodServer()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp121 SmallVector<SUnit *, 32> Collection; member in __anon61a287fa0111::SchedGroup
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1984 ExprResult Collection; in ParseForStatement() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2061 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2459 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
H A DTreeTransform.h2436 Expr *Collection, in RebuildObjCForCollectionStmt()
8306 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1813 llvm::Value *Collection; in EmitObjCForCollectionStmt() local