Searched refs:hasNameRegex (Results 1 – 7 of 7) sorted by relevance
58 bool BinaryData::hasNameRegex(StringRef NameRegex) const { in hasNameRegex() function in BinaryData
102 if (Function.hasNameRegex(Name)) in padFunction()347 if (Function.hasNameRegex(Name)) { in emitFunction()
153 if (Function.hasNameRegex(Name)) { in shouldPrint()244 Optional<StringRef> BinaryFunction::hasNameRegex(const StringRef Name) const { in hasNameRegex() function in llvm::bolt::BinaryFunction
111 bool hasNameRegex(StringRef Name) const;
1001 Optional<StringRef> hasNameRegex(const StringRef NameRegex) const;
1678 if (Function.hasNameRegex(FunctionName)) in shouldOptimize()1691 if (Function.hasNameRegex(FunctionName)) in getCallSitesToOptimize()
2732 if (Function.hasNameRegex(Name)) in selectFunctionsToProcess()2744 if (Function.hasNameRegex(Name)) in selectFunctionsToProcess()