Searched defs:Profile (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPSInt.cpp39 void APSInt::Profile(FoldingSetNodeID& ID) const { function in class:APSInt
H A DAPInt.cpp166 void APInt::Profile(FoldingSetNodeID& ID) const { function in class:APInt
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h40 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::DynamicTypeInfo
H A DEnvironment.h43 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::ento::EnvironmentEntry
49 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::EnvironmentEntry
81 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { function in class:clang::ento::Environment
87 void Profile(llv function in class:clang::ento::Environment
[all...]
H A DBasicValueFactory.h42 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } function in class:clang::ento::CompoundValData
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } function in class:clang::ento::LazyCompoundValData
H A DSVals.h104 inline void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::SVal
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp40 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon4235::CountKey
H A DBasicValueFactory.cpp23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, function in class:CompoundValData
29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, function in class:LazyCompoundValData
41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
[all...]
H A DRangeConstraintManager.cpp51 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon4256::Range
104 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); } function in class:__anon4256::RangeSet
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h48 const FunctionSamples &Profile = I.second; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { function in class:SubstTemplateTemplateParmStorage
34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmStorage
41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmPackStorage
46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmPackStorage
H A DDeclarationName.cpp41 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::CXXSpecialName
71 void Profile(llvm::FoldingSetNodeID &FSID) { function in class:clang::CXXLiteralOperatorIdName
H A DTemplateBase.cpp246 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID, function in class:TemplateArgument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp73 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrevData
86 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrev
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp51 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon4221::ZeroState
H A DLocalizationChecker.cpp57 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(K); } function in struct:__anon4177::LocalizedState
H A DPthreadLockChecker.cpp47 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon4204::LockState
H A DSimpleStreamChecker.cpp45 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon4216::StreamState
H A DStreamChecker.cpp53 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon4219::StreamState
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h161 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::Attribute
H A DLegacyPassManagers.h260 void Profile(FoldingSetNodeID &ID) const { function in struct:llvm::PMTopLevelManager::AUFoldingSetNode
263 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) { function in struct:llvm::PMTopLevelManager::AUFoldingSetNode
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableList.h43 static inline void Profile(FoldingSetNodeID& ID, const T& H, function in class:llvm::ImmutableListImpl
49 void Profile(FoldingSetNodeID& ID) { function in class:llvm::ImmutableListImpl
134 void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableList
H A DImmutableMap.h52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
240 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { function in class:llvm::ImmutableMap
244 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableMap
399 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { function in class:llvm::ImmutableMapRef
403 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } function in class:llvm::ImmutableMapRef
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAttributeImpl.h68 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeImpl
76 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, function in class:llvm::AttributeImpl
81 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { function in class:llvm::AttributeImpl
180 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::final
183 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { function in class:llvm::final
265 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::final
268 static void Profile(FoldingSetNodeID &ID, function in class:llvm::final
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h213 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::NestedNameSpecifier

Completed in 205 milliseconds

123