/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 27 class Profile; variable 37 Expected<Profile> loadProfile(StringRef Filename); 41 Profile mergeProfilesByThread(const Profile &L, const Profile &R); 45 Profile mergeProfilesByStack(const Profile &L, const Profile &R); 48 Expected<Profile> profileFromTrace(const Trace &T); 51 class Profile { 85 Profile() = default; 86 ~Profile() = default; 88 Profile(Profile &&O) noexcept in Profile() function 93 Profile &operator=(Profile &&O) noexcept { [all …]
|
/freebsd/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 =() 78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath() 81 std::vector<Profile::FuncID> Path; in readPath() 96 static Expected<Profile::Data> readData(DataExtractor &Extractor, in readData() 101 Profile::Data D; in readData() 121 Error Profile::addBlock(Block &&B) { in addBlock() 131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { in expandPath() 137 std::vector<Profile::FuncID> Path; in expandPath() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AttributeImpl.h | 92 void Profile(FoldingSetNodeID &ID) const { in Profile() function 94 Profile(ID, getKindAsEnum()); in Profile() 96 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile() 98 Profile(ID, getKindAsString(), getValueAsString()); in Profile() 100 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile() 102 Profile(ID, getKindAsEnum(), getValueAsConstantRange()); in Profile() 104 Profile(ID, getKindAsEnum(), getValueAsConstantRangeList()); in Profile() 107 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind) { in Profile() function 112 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 119 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagOperands.cpp |
|
H A D | GIMatchDagOperands.h |
|
/freebsd/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 | 55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function 60 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 61 Profile(profile, R); in Profile() 112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function 123 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 124 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile() 159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function 166 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 167 Profile(profile, parentSymbol, R); in Profile() 197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function [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 | 118 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0; 221 void Profile(llvm::FoldingSetNodeID &ID) const override; 276 void Profile(llvm::FoldingSetNodeID &ID) const override; 407 void Profile(llvm::FoldingSetNodeID &ID) const override; 501 void Profile(llvm::FoldingSetNodeID& ID) const override; 618 void Profile(llvm::FoldingSetNodeID& ID) const override; 665 void Profile(llvm::FoldingSetNodeID& ID) const override; 763 void Profile(llvm::FoldingSetNodeID& ID) const override; 815 void Profile(llvm::FoldingSetNodeID& ID) const override; 851 void Profile(llvm::FoldingSetNodeID& ID) const override { in Profile() function [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/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, 350 void Profile(llvm::FoldingSetNodeID &ID); 406 void Profile(llvm::FoldingSetNodeID &ID); 408 static void Profile(llvm::FoldingSetNodeID &ID, TemplateName Replacement, 469 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 470 Profile(ID, getQualifier(), hasTemplateKeyword(), UnderlyingTemplate); in Profile() 473 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 567 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 569 Profile(ID, getQualifier(), getIdentifier()); in Profile() [all …]
|
H A D | Type.h | 310 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(Data); } 809 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(Mask); } 1405 void Profile(llvm::FoldingSetNodeID &ID) const { 1760 void Profile(llvm::FoldingSetNodeID &ID) const { 1761 Profile(ID, getBaseType(), Quals); 1764 static void Profile(llvm::FoldingSetNodeID &ID, 1769 Quals.Profile(ID); 3123 void Profile(llvm::FoldingSetNodeID &ID) { 3124 Profile(ID, getElementType()); 3127 static void Profile(llvm::FoldingSetNodeID &ID, QualType Element) { [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 234 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function 235 X.Profile(ID); in Profile() 237 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function 238 X.Profile(ID); in Profile() 269 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function 270 X.Profile(ID, Context); in Profile() 371 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } in Add() 420 FoldingSetTrait<T>::Profile(X, TempID); in Equals() 426 FoldingSetTrait<T>::Profile(X, TempID); in ComputeHash() 436 ContextualFoldingSetTrait<T, Ctx>::Profile(X, TempID, Context); in Equals() [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/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() 267 void TemplateName::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in TemplateName
|
H A D | TemplateBase.cpp | 386 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in TemplateArgument 394 getAsType().Profile(ID); in Profile() 398 getNullPtrType().Profile(ID); in Profile() 402 getParamTypeForDecl().Profile(ID); in Profile() 414 getIntegralType().Profile(ID); in Profile() 415 getAsIntegral().Profile(ID); in Profile() 419 getStructuralValueType().Profile(ID); in Profile() 420 getAsStructuralValue().Profile(ID); in Profile() 424 getAsExpr()->Profile(ID, Context, true); in Profile() 430 Args.Args[I].Profile(ID, Context); in Profile() [all …]
|
/freebsd/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 …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
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 233 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StaticGlobalSpaceRegion 263 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion 267 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in CompoundLiteralRegion 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 315 void NonParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in NonParamVarRegion 327 void ParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in ParamVarRegion [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 91 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0; 410 void Profile(llvm::FoldingSetNodeID &ID) const override; 432 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 455 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 535 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 560 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 589 void Profile(llvm::FoldingSetNodeID &ID) const override; 603 void Profile(llvm::FoldingSetNodeID &ID) const override;
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp | 187 StringRef Profile) -> std::string { in EmitARMTargetDef() argument 188 return Minor == 0 ? "ARMV" + std::to_string(Major) + Profile.upper() in EmitARMTargetDef() 190 std::to_string(Minor) + Profile.upper(); in EmitARMTargetDef() 311 auto Profile = Arch->getValueAsString("Profile"); in EmitARMTargetDef() local 312 auto ArchInfo = ArchInfoName(Major, Minor, Profile); in EmitARMTargetDef()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 205 D->Profile(profile); in HandlePathDiagnostic() 1087 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation 1093 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece 1105 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece 1106 PathDiagnosticPiece::Profile(ID); in Profile() 1111 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece 1112 PathDiagnosticPiece::Profile(ID); in Profile() 1116 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece 1117 PathDiagnosticPiece::Profile(ID); in Profile() 1122 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece [all …]
|
/freebsd/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/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 69 >>11 byte 9 \b, Release %d Adaptive Streaming Profile 72 >>11 byte 9 \b, Release %d Media Segment Profile 84 >>11 byte 6 \b, Release %d Progressive Download Profile 85 >>11 byte 9 \b, Release %d Progressive Download Profile 93 >>11 byte 8 \b, Release %d Media Stream Recording Profile 94 >>11 byte 9 \b, Release %d Media Stream Recording Profile 106 >8 string caaa \b, CMAF Media Profile - AAC Adaptive Audio 107 >8 string caac \b, CMAF Media Profile - AAC Core [all …]
|