| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 27 class Profile; variable 41 Profile mergeProfilesByThread(const Profile &L, const Profile &R); 45 Profile mergeProfilesByStack(const Profile &L, const Profile &R); 51 class Profile { 85 Profile() = default; 86 ~Profile() = default; 88 Profile(Profile &&O) noexcept in Profile() function 93 Profile &operator=(Profile &&O) noexcept { 102 Profile(const Profile &); 103 Profile &operator=(const Profile &); [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Profile.cpp | 25 Profile::Profile(const Profile &O) { in Profile() function in llvm::xray::Profile 37 Profile &Profile::operator=(const Profile &O) { in operator =() 38 Profile P = O; in operator =() 143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { in internPath() 193 Profile mergeProfilesByThread(const Profile &L, const Profile &R) { in mergeProfilesByThread() 195 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByThread() 232 Profile mergeProfilesByStack(const Profile &L, const Profile &R) { in mergeProfilesByStack() 234 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; in mergeProfilesByStack() 282 Profile P; in loadProfile() 327 Profile P; in profileFromTrace() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 78 void Profile(FoldingSetNodeID &ID) const { in Profile() function 80 Profile(ID, getKindAsEnum()); in Profile() 82 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile() 84 Profile(ID, getKindAsString(), getValueAsString()); in Profile() 86 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile() 94 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 106 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 278 void Profile(FoldingSetNodeID &ID) const { in Profile() function 279 Profile(ID, ArrayRef(begin(), end())); in Profile() 284 Attr.Profile(ID); in Profile() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 34 T.Profile(ID); in Profile() 45 void PointerToMemberData::Profile( in Profile() function in PointerToMemberData 59 X.first.Profile(ID); in Profile() 66 X.first.Profile(ID); in Profile() 67 X.second.Profile(ID); in Profile() 96 X.Profile(ID); in getValue() 128 CompoundValData::Profile(ID, T, Vals); in getCompoundValData() 162 PointerToMemberData::Profile(ID, ND, L); in getPointerToMemberData() 339 V.Profile(ID); in getPersistentSValWithData() 363 V1.Profile(ID); in getPersistentSValPair() [all …]
|
| H A D | SymbolManager.cpp | 169 SymbolRegionValue::Profile(profile, R); in getRegionValueSymbol() 187 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); in conjureSymbol() 203 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol() 218 SymbolExtent::Profile(profile, R); in getExtentSymbol() 235 SymbolMetadata::Profile(profile, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol() 251 SymbolCast::Profile(ID, Op, From, To); in getCastSymbol() 267 SymIntExpr::Profile(ID, lhs, op, v, t); in getSymIntExpr() 284 IntSymExpr::Profile(ID, lhs, op, rhs, t); in getIntSymExpr() 301 SymSymExpr::Profile(ID, lhs, op, rhs, t); in getSymSymExpr() 317 UnarySymExpr::Profile(ID, Operand, Opc, T); in getUnarySymExpr()
|
| H A D | MemRegion.cpp | 224 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in MemSpaceRegion 228 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StackSpaceRegion 263 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion 287 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in CXXThisRegion 291 void FieldRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in FieldRegion 303 void ObjCIvarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in ObjCIvarRegion 327 void ParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in ParamVarRegion 338 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in SymbolicRegion 348 Idx.Profile(ID); in ProfileRegion() 351 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in ElementRegion [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Environment.h | 44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function 50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 51 Profile(ID, *this); in Profile() 80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function 81 env->ExprBindings.Profile(ID); in Profile() 86 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function 87 Profile(ID, this); in Profile()
|
| H A D | SymbolManager.h | 61 Profile(profile, R); in Profile() 124 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile() 167 Profile(profile, parentSymbol, R); in Profile() 203 Profile(profile, R); in Profile() 269 Profile(profile, R, S, T, LCtx, Count, Tag); in Profile() 310 static void Profile(llvm::FoldingSetNodeID& ID, in Profile() function 318 void Profile(llvm::FoldingSetNodeID& ID) override { in Profile() function 319 Profile(ID, Operand, FromTy, ToTy); in Profile() 367 void Profile(llvm::FoldingSetNodeID &ID) override { in Profile() function 368 Profile(ID, Operand, Op, T); in Profile() [all …]
|
| H A D | BasicValueFactory.h | 56 static void Profile(llvm::FoldingSetNodeID& ID, QualType T, 59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } in Profile() function 79 static void Profile(llvm::FoldingSetNodeID& ID, 83 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } in Profile() function 100 static void Profile(llvm::FoldingSetNodeID &ID, const NamedDecl *D, 103 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, D, L); } in Profile() function
|
| H A D | MemRegion.h | 115 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0; 216 void Profile(llvm::FoldingSetNodeID &ID) const override; 271 void Profile(llvm::FoldingSetNodeID &ID) const override; 402 void Profile(llvm::FoldingSetNodeID &ID) const override; 496 void Profile(llvm::FoldingSetNodeID& ID) const override; 613 void Profile(llvm::FoldingSetNodeID& ID) const override; 660 void Profile(llvm::FoldingSetNodeID& ID) const override; 758 void Profile(llvm::FoldingSetNodeID& ID) const override; 810 void Profile(llvm::FoldingSetNodeID& ID) const override; 917 void Profile(llvm::FoldingSetNodeID& ID) const override; [all …]
|
| H A D | RangedConstraintManager.h | 46 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 98 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 100 It.Profile(ID); in Profile() 321 static void Profile(llvm::FoldingSetNodeID &ID, const RangeSet &RS) { in Profile() function 327 void Profile(llvm::FoldingSetNodeID &ID) const { Profile(ID, *this); } in Profile() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateName.h | 168 void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context); 170 static void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context, 354 void Profile(llvm::FoldingSetNodeID &ID); 406 void Profile(llvm::FoldingSetNodeID &ID); 408 static void Profile(llvm::FoldingSetNodeID &ID, TemplateName Replacement, 468 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 469 Profile(ID, getQualifier(), hasTemplateKeyword(), UnderlyingTemplate); in Profile() 472 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 566 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 568 Profile(ID, getQualifier(), getIdentifier()); in Profile() [all …]
|
| H A D | Type.h | 1546 Quals.Profile(ID); 2883 Profile(ID, getInnerType()); 2887 Inner.Profile(ID); 4172 Info.Profile(ID); 4704 return Profile(ID, Decl); 4741 Underlying.Profile(ID); 4774 Underlying.Profile(ID); 5339 Replacement.Profile(ID); 5530 Template.Profile(ID); 5906 NamedType.Profile(ID); [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 233 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function 234 X.Profile(ID); in Profile() 236 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function 237 X.Profile(ID); in Profile() 269 X.Profile(ID, Context); in Profile() 405 FoldingSetTrait<T>::Profile(X, TempID); in Equals() 411 FoldingSetTrait<T>::Profile(X, TempID); in ComputeHash() 530 FoldingSetTrait<T>::Profile(*TN, ID); in GetNodeProfile() 791 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function 826 static inline void Profile(const std::pair<T1, T2> &P, [all …]
|
| H A D | ImmutableMap.h | 55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 56 ImutContainerInfo<T>::Profile(ID, V.first); in Profile() 57 ImutContainerInfo<S>::Profile(ID, V.second); in Profile() 191 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 195 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 196 return Profile(ID,*this); in Profile() 321 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function 325 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() function
|
| H A D | ImmutableList.h | 45 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function 51 void Profile(FoldingSetNodeID& ID) { in Profile() function 52 Profile(ID, Head, Tail); in Profile() 144 void Profile(FoldingSetNodeID& ID) const { in Profile() function 183 ListTy::Profile(ID, Head, TailImpl); in concat()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateName.cpp | 56 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTemplateParmStorage 57 Profile(ID, Replacement, getAssociatedDecl(), getIndex(), getPackIndex()); in Profile() 60 void SubstTemplateTemplateParmStorage::Profile( in Profile() function in SubstTemplateTemplateParmStorage 63 Replacement.Profile(ID); in Profile() 78 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage 80 Profile(ID, Context, getArgumentPack(), getAssociatedDecl(), getIndex(), in Profile() 92 void SubstTemplateTemplateParmPackStorage::Profile( in Profile() function in SubstTemplateTemplateParmPackStorage 96 ArgPack.Profile(ID, Context); in Profile() 284 void TemplateName::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in TemplateName
|
| H A D | TemplateBase.cpp | 389 getAsType().Profile(ID); in Profile() 393 getNullPtrType().Profile(ID); in Profile() 397 getParamTypeForDecl().Profile(ID); in Profile() 409 getIntegralType().Profile(ID); in Profile() 410 getAsIntegral().Profile(ID); in Profile() 414 getStructuralValueType().Profile(ID); in Profile() 415 getAsStructuralValue().Profile(ID); in Profile() 419 getAsExpr()->Profile(ID, Context, true); in Profile() 425 Args.Args[I].Profile(ID, Context); in Profile() 458 getAsStructuralValue().Profile(A); in structurallyEquals() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 91 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0; 409 void Profile(llvm::FoldingSetNodeID &ID) const override; 431 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 454 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 534 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 559 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 588 void Profile(llvm::FoldingSetNodeID &ID) const override; 610 void Profile(llvm::FoldingSetNodeID &ID) const override; 625 void Profile(llvm::FoldingSetNodeID &ID) const override;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 107 void Profile(llvm::FoldingSetNodeID &ID) { ID = NodeID; } in Profile() function 368 void Profile(llvm::FoldingSetNodeID &ID) const; 393 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 394 Start.Profile(ID); in Profile() 395 End.Profile(ID); in Profile() 479 virtual void Profile(llvm::FoldingSetNodeID &ID) const; 526 void Profile(llvm::FoldingSetNodeID &ID) const override; 625 void Profile(llvm::FoldingSetNodeID &ID) const override; 699 void Profile(llvm::FoldingSetNodeID &ID) const override; 722 void Profile(llvm::FoldingSetNodeID &ID) const override; [all …]
|
| H A D | AnalysisDeclContext.h | 267 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0; 335 void Profile(llvm::FoldingSetNodeID &ID) override; 337 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile() function 373 void Profile(llvm::FoldingSetNodeID &ID) override; 375 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SMTAPI.h | 58 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0; 62 Profile(ID1); 63 Other.Profile(ID2); 107 Profile(ID1); 108 Other.Profile(ID2); 112 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APSInt.cpp | 40 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt 42 APInt::Profile(ID); in Profile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 202 D->Profile(profile); in HandlePathDiagnostic() 1084 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation 1090 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece 1103 PathDiagnosticPiece::Profile(ID); in Profile() 1109 PathDiagnosticPiece::Profile(ID); in Profile() 1114 PathDiagnosticPiece::Profile(ID); in Profile() 1120 PathDiagnosticSpotPiece::Profile(ID); in Profile() 1126 PathDiagnosticSpotPiece::Profile(ID); in Profile() 1130 PathDiagnosticSpotPiece::Profile(ID); in Profile() 1133 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnostic [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | animation | 65 >>11 byte 6 \b, Release %d General Profile 66 >>11 byte 9 \b, Release %d General Profile 72 >>11 byte 9 \b, Release %d Media Segment Profile 107 >8 string caac \b, CMAF Media Profile - AAC Core 111 >8 string cfhd \b, CMAF Media Profile - AVC HD 112 >8 string cfsd \b, CMAF Media Profile - AVC SD 114 >8 string chdf \b, CMAF Media Profile - AVC HDHF 115 >8 string chhd \b, CMAF Media Profile - HEVC HHD8 124 >8 string cwvt \b, CMAF Media Profile - WebVTT 178 >8 string J2P0 \b, JPEG2000 Profile 0 [all …]
|