Lines Matching defs:ProfiledFunctions
428 std::unordered_set<const BinaryFunction *> ProfiledFunctions;
429 if (collectFunctionsFromRawProfile(ProfiledFunctions))
430 Binary->setProfiledFunctions(ProfiledFunctions);
431 else if (collectFunctionsFromLLVMProfile(ProfiledFunctions))
432 Binary->setProfiledFunctions(ProfiledFunctions);
438 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) {
448 ProfiledFunctions.insert(FRange->Func);
455 ProfiledFunctions.insert(FRange->Func);
462 ProfiledFunctions.insert(FRange->Func);
464 ProfiledFunctions.insert(FRange->Func);
471 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) {
474 ProfiledFunctions.insert(Func);
480 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) {
484 ProfiledFunctions.insert(Func);