Home
last modified time | relevance | path

Searched defs:ParseProfile (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp90 std::tuple<Profile, const char *> ParseProfile(const char *P) { in ParseProfile() function
/llvm-project/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp267 auto ParseProfile = [&](const std::string &Filename, auto &Profiles) { mergeLegacyProfiles() local