/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterNumber.h | 50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 152 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 D | LineTable.h | 119 typedef std::vector<gsym::LineEntry> Collection; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 158 DebuginfodCollection &Collection; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 141 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 D | CheckerRegistryData.h | 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.cpp | 296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 559 DebuginfodCollection &Collection) in DebuginfodServer()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2050 ExprResult Collection; in ParseForStatement() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2094 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local 2329 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
|
H A D | TreeTransform.h | 2522 Expr *Collection, in RebuildObjCForCollectionStmt() 8759 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1805 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
|