Searched refs:ForceFunctionsNR (Results 1 – 1 of 1) sorted by relevance
2686 std::unordered_set<std::string> ForceFunctionsNR( in selectFunctionsToProcess() local2729 if (!opts::ForceFunctionNames.empty() || !ForceFunctionsNR.empty()) { in selectFunctionsToProcess()2737 Function.forEachName([&ForceFunctionsNR](StringRef Name) { in selectFunctionsToProcess()2738 return ForceFunctionsNR.count(Name.str()); in selectFunctionsToProcess()