| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | APSInt.cpp | 39 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
| H A D | APInt.cpp | 159 void APInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APInt
|
| H A D | ItaniumManglingCanonicalizer.cpp | 87 void Profile(llvm::FoldingSetNodeID &ID) { profileNode(ID, getNode()); } in Profile() function
|
| H A D | ARMAttributeParser.cpp | 151 StringRef Profile; in CPU_arch_profile() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | vc1_common.h | 48 enum Profile { enum
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglcontext.h | 61 EGLint Profile; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 51 class Profile { global() class [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | Record.cpp | 198 void RecordRecTy::Profile(FoldingSetNodeID &ID) const { in Profile() function in RecordRecTy [all...] |
| /third_party/python/Lib/ |
| H A D | cProfile.py | 28 class Profile(_lsprof.Profiler): class
|
| H A D | profile.py | 103 class Profile: class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 42 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { in Profile() function in DIEAbbrevData 57 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { in Profile() function in DIEAbbrev
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 30 void UniqueMachineInstr::Profile(FoldingSetNodeID &ID) { in Profile() function in UniqueMachineInstr
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 77 void Profile(FoldingSetNodeID &ID) const { in Profile() function in llvm::AttributeImpl 88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function in llvm::AttributeImpl 94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function in llvm::AttributeImpl 99 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function in llvm::AttributeImpl 224 void Profile(FoldingSetNodeID &ID) const { in Profile() function in llvm::final 228 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { Profile() function in llvm::final [all...] |
| H A D | Attributes.cpp | 925 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile() function in AttributeListImpl 929 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile() function in AttributeListImpl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 253 void Profile(FoldingSetNodeID &ID) const { in Profile() function 256 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) { in Profile() function
|
| H A D | Attributes.h | 183 void Profile(FoldingSetNodeID &ID) const { in Profile() function in llvm::Attribute
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| H A D | Profile.cpp | 25 Profile::Profile(const Profile &O) { in Profile() function in llvm::xray::Profile [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 617 const FunctionSamples &Profile = I.second; in computeSummary() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ImmutableList.h | 44 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function in llvm::ImmutableListImpl 50 void Profile(FoldingSetNodeID& ID) { in Profile() function in llvm::ImmutableListImpl 143 void Profile(FoldingSetNodeID& ID) const { in Profile() function in llvm::ImmutableList
|
| H A D | ImmutableMap.h | 54 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 245 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function in llvm::ImmutableMap 249 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function in llvm::ImmutableMap 405 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function in llvm::ImmutableMapRef 409 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() function in llvm::ImmutableMapRef
|
| H A D | FoldingSet.h | 221 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() function 224 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() function 256 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { Profile() function 481 FoldingSetTrait<T>::Profile(*TN, ID); global() member in llvm::final::FoldingSetTrait 530 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context); global() member in llvm::final::ContextualFoldingSetTrait 717 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } Profile() function in llvm::FoldingSetNodeWrapper 739 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } Profile() function in llvm::FastFoldingSetNode 746 static inline void Profile(T *X, FoldingSetNodeID &ID) { Profile() function 752 static inline void Profile(const std::pair<T1, T2> &P, Profile() function [all...] |
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluRenderContext.hpp | 51 enum Profile enum [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | interface-types.h | 155 virtual void Profile(const ConsoleCallArguments& args, in Profile() function in v8::debug::ConsoleDelegate
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-console.cc | 366 void V8Console::Profile(const v8::debug::ConsoleCallArguments& info, in Profile() function in v8_inspector::V8Console
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 1030 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const { in Profile() function in MachineMemOperand
|