Searched refs:Profile (Results 101 - 125 of 134) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp582 Old->getNoexceptExpr()->Profile(OldFSN, S.Context, true);
583 New->getNoexceptExpr()->Profile(NewFSN, S.Context, true);
H A DSemaTemplateDeduction.cpp291 X.getAsExpr()->Profile(ID1, Context, true);
292 Y.getAsExpr()->Profile(ID2, Context, true);
2543 X.getAsExpr()->Profile(XID, Context, true);
2544 Y.getAsExpr()->Profile(YID, Context, true);
H A DSemaOpenMP.cpp2983 AE->Profile(AEId, S.getASTContext(), /*Canonical=*/true);
2984 DefAllocator->Profile(DAEId, S.getASTContext(), /*Canonical=*/true);
3009 AE->Profile(AEId, S.Context, /*Canonical=*/true);
3010 PAE->Profile(PAEId, S.Context, /*Canonical=*/true);
9551 X->IgnoreParenImpCasts()->Profile(XId, SemaRef.getASTContext(),
9553 LHS->IgnoreParenImpCasts()->Profile(LHSId, SemaRef.getASTContext(),
9555 RHS->IgnoreParenImpCasts()->Profile(RHSId, SemaRef.getASTContext(),
10039 Checker.getX()->Profile(XId, Context, /*Canonical=*/true);
10040 PossibleX->Profile(PossibleXId, Context, /*Canonical=*/true);
10069 Checker.getX()->Profile(XI
[all...]
H A DSemaTemplate.cpp7603 OldC->Profile(OldCID, S.Context, /*Canonical=*/true);
7604 NewC->Profile(NewCID, S.Context, /*Canonical=*/true);
7746 OldRC->Profile(OldRCID, Context, /*Canonical=*/true);
7747 NewRC->Profile(NewRCID, Context, /*Canonical=*/true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1287 "Profile data remapping cannot be applied to profile data "
1442 const FunctionSamples &Profile = I.second; local
1443 Builder.addRecord(Profile);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp102 void Profile(llvm::FoldingSetNodeID &ID) const override {
176 void Profile(llvm::FoldingSetNodeID &ID) const override {
H A DTriple.cpp380 ARM::ProfileKind Profile = ARM::parseArchProfile(ArchName);
382 if (Profile == ARM::ProfileKind::M && Version == 6) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp183 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon2253::RefState
259 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon2254::ReallocPair
766 void Profile(llvm::FoldingSetNodeID &ID) const override {
H A DLocalizationChecker.cpp55 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(K); } function in struct:__anon2247::LocalizedState
130 void Profile(llvm::FoldingSetNodeID &ID) const override {
H A DDynamicTypePropagation.cpp81 void Profile(llvm::FoldingSetNodeID &ID) const override {
H A DPthreadLockChecker.cpp67 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(K); } function in struct:__anon2293::LockState
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h301 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &C) { function in class:clang::ASTContext::CanonicalTemplateTemplateParm
302 Profile(ID, C, Parm);
305 static void Profile(llvm::FoldingSetNodeID &ID,
H A DDeclCXX.h4059 static void Profile(llvm::FoldingSetNodeID &ID, Parts P) { function in class:clang::MSGuidDecl
4065 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, PartVal); } function in class:clang::MSGuidDecl
H A DStmt.h1240 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
1249 /// have been used in the Profile function.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp136 ModuleMacro::Profile(ID, Mod, II);
175 ModuleMacro::Profile(ID, Mod, II);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1448 FromExpr->Profile(FromID, Context, true);
1449 ToExpr->Profile(ToID, Context, true);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h266 void Profile(llvm::FoldingSetNodeID &id) const { function in class:clang::CodeGen::BlockByrefHelpers
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h968 void Profile(FoldingSetNodeID &NID) const;
H A DAPInt.h352 void Profile(FoldingSetNodeID &id) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp121 OldSumm.Profile(ID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1028 /// Profile - Gather unique data for the object.
1030 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const { function in class:MachineMemOperand
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp718 AUFoldingSetNode::Profile(ID, AU);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h116 static void Profile(const SDVTListNode &X, FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
H A DSelectionDAGNodes.h1074 void Profile(FoldingSetNodeID &ID) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp92 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:__anon2361::BindingKey

Completed in 483 milliseconds

123456