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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp435 static StringRef sanitizeFunctionName(StringRef funcName) { argument
438 if (funcName.empty() || funcName.find('\0') != StringRef::npos)
443 return GlobalValue::getRealLinkageName(funcName);
446 bool TargetLibraryInfoImpl::getLibFunc(StringRef funcName, argument
451 funcName = sanitizeFunctionName(funcName);
452 if (funcName.empty())
456 Start, End, funcName, [](const char *LHS, StringRef RHS) {
459 if (I != End && *I == funcName) {
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h99 bool getLibFunc(StringRef funcName, LibFunc::Func &F) const;
194 bool getLibFunc(StringRef funcName, LibFunc::Func &F) const { argument
195 return Impl->getLibFunc(funcName, F);
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp827 GlobalVariable *funcName = local
832 // 2. Use `GetElementPtr *funcName, 0, 0' to convert the string to an
835 // GetElementPtr *funcName, ulong 0, ulong 0
839 funcName, GEPargs);
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp121 void printFunction(const std::string& fname, const std::string& funcName );
123 void printInline(const std::string& fname, const std::string& funcName );
2002 const std::string& funcName) {
2003 const Function* F = TheModule->getFunction(funcName);
2005 error(std::string("Function '") + funcName + "' not found in input module");
2001 printFunction(const std::string& fname, const std::string& funcName) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp376 StringRef funcName, std::string Tag);
378 StringRef funcName, std::string Tag);
383 int i, StringRef funcName,
3261 StringRef funcName,
3267 funcName.str() + "_" + "block_func_" + utostr(i);
3353 StringRef funcName,
3358 S += funcName;
3378 S += funcName;
3260 SynthesizeBlockFunc(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
3352 SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
H A DRewriteModernObjC.cpp472 StringRef funcName, std::string Tag);
474 StringRef funcName, std::string Tag);
479 int i, StringRef funcName,
4112 StringRef funcName,
4122 funcName.str() + "_block_func_" + utostr(i);
4208 StringRef funcName,
4213 S += funcName;
4233 S += funcName;
4111 SynthesizeBlockFunc(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument
4207 SynthesizeBlockHelperFuncs(BlockExpr *CE, int i, StringRef funcName, std::string Tag) argument

Completed in 271 milliseconds