Searched refs:NewFuncName (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp682 std::string NewFuncName = local
684 F.setName(Twine(NewFuncName));
694 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName));

Completed in 74 milliseconds