Home
last modified time | relevance | path

Searched defs:Profile (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function
50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function
86 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
H A DSymbolManager.h55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
60 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
123 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
166 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
202 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
256 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, in Profile() function
268 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
[all …]
H A DRangedConstraintManager.h46 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
98 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
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
H A DDynamicTypeInfo.h42 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
H A DBasicValueFactory.h59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } in Profile() function
83 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } in Profile() function
103 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, D, L); } in Profile() function
H A DDynamicCastInfo.h41 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h92 void Profile(FoldingSetNodeID &ID) const { in Profile() function
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
124 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
130 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
137 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
355 void Profile(FoldingSetNodeID &ID) const { in Profile() function
359 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp56 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTemplateParmStorage
60 void SubstTemplateTemplateParmStorage::Profile( in Profile() function in SubstTemplateTemplateParmStorage
78 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage
92 void SubstTemplateTemplateParmPackStorage::Profile( in Profile() function in SubstTemplateTemplateParmPackStorage
267 void TemplateName::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in TemplateName
H A DType.cpp230 void ConstantArrayType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in ConstantArrayType
250 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedArrayType
275 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentVectorType
296 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedExtVectorType
314 void DependentAddressSpaceType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentAddressSpaceType
360 void DependentSizedMatrixType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentSizedMatrixType
397 void DependentBitIntType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentBitIntType
411 void CountAttributedType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in CountAttributedType
3242 DependentTemplateSpecializationType::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in DependentTemplateSpecializationType
3747 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result, in Profile() function in FunctionProtoType
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp224 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 …]
H A DZ3CrosscheckVisitor.cpp118 void Z3CrosscheckVisitor::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in Z3CrosscheckVisitor
H A DBlockCounter.cpp39 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in __anon6bb5763a0111::CountKey
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function
191 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function
195 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function
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 DImmutableList.h45 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function
51 void Profile(FoldingSetNodeID& ID) { in Profile() function
144 void Profile(FoldingSetNodeID& ID) const { in Profile() function
H A DFoldingSet.h234 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function
237 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function
269 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile() function
806 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } in Profile() function
828 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } in Profile() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h469 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function
473 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
567 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function
574 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
581 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h27 class Profile; variable
88 Profile(Profile &&O) noexcept in Profile() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1087 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
1111 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece
1116 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece
1122 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticMacroPiece
1128 void PathDiagnosticNotePiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticNotePiece
1132 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPopUpPiece
1136 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnostic
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp40 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h432 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
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h33 void Profile(llvm::FoldingSetNodeID &Id) const { in Profile() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.h70 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp187 StringRef Profile) -> std::string { in EmitARMTargetDef()
311 auto Profile = Arch->getValueAsString("Profile"); in EmitARMTargetDef() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h251 void Profile(FoldingSetNodeID &ID) const { in Profile() function
254 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) { in Profile() function

1234