Home
last modified time | relevance | path

Searched refs:getProfiledFunctions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h473 std::unordered_set<const BinaryFunction *> &getProfiledFunctions() { in getProfiledFunctions() function
H A DProfileGenerator.cpp793 for (auto *Func : Binary->getProfiledFunctions()) in computeSizeForProfiledFunctions()