Home
last modified time | relevance | path

Searched defs:Profiles (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/unittests/XRay/
DProfileTest.cpp186 std::vector<Profile> Profiles(3); in TEST() local
212 std::vector<Profile> Profiles(2); in TEST() local
/external/dynamic_depth/internal/dynamic_depth/
Dconst.cc75 const char* DynamicDepthConst::Profiles() { return kProfiles; } in Profiles() function in dynamic_depth::DynamicDepthConst
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp87 StringMap<FunctionSamples> Profiles; in testRoundTrip() local
/external/pdfium/third_party/lcms/src/
Dcmsps2.c868 cmsHPROFILE Profiles[2]; in WriteInputLUT() local
1285 cmsHPROFILE Profiles[3]; in WriteOutputLUT() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp176 StringMap<FunctionSamples> &Profiles) { in SampleContextTracker()
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp194 StringMap<FunctionSamples> Profiles; in testRoundTrip() local
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp195 StringMap<FunctionSamples> &Profiles = Reader->getProfiles(); in mergeSampleProfile() local
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp682 StringMap<FunctionSamples> &Profiles = Reader->getProfiles(); in mergeSampleProfile() local
2250 showHotFunctionList(const StringMap<sampleprof::FunctionSamples> &Profiles, in showHotFunctionList()