Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/
HDTargetLibraryInfo.cpp659 bool TargetLibraryInfo::getLibFunc(StringRef funcName, in getLibFunc() argument
666 if (funcName.empty() || funcName.find('\0') != StringRef::npos) in getLibFunc()
671 if (funcName.front() == '\01') in getLibFunc()
672 funcName = funcName.substr(1); in getLibFunc()
673 const char **I = std::lower_bound(Start, End, funcName, StringComparator()); in getLibFunc()
674 if (I != End && *I == funcName) { in getLibFunc()
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLibraryInfo.h684 bool getLibFunc(StringRef funcName, LibFunc::Func &F) const;
/trueos/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp118 void printFunction(const std::string& fname, const std::string& funcName );
120 void printInline(const std::string& fname, const std::string& funcName );
1986 const std::string& funcName) { in printFunction() argument
1987 const Function* F = TheModule->getFunction(funcName); in printFunction()
1989 error(std::string("Function '") + funcName + "' not found in input module"); in printFunction()
/trueos/contrib/llvm/tools/bugpoint/
HDMiscompilation.cpp860 GlobalVariable *funcName = in CleanupAndPrepareModules() local
871 Value *GEP = ConstantExpr::getGetElementPtr(funcName, GEPargs); in CleanupAndPrepareModules()
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp384 StringRef funcName, std::string Tag);
386 StringRef funcName, std::string Tag);
391 int i, StringRef funcName,
3327 StringRef funcName, in SynthesizeBlockFunc() argument
3333 funcName.str() + "_" + "block_func_" + utostr(i); in SynthesizeBlockFunc()
3419 StringRef funcName, in SynthesizeBlockHelperFuncs() argument
3424 S += funcName; in SynthesizeBlockHelperFuncs()
3446 S += funcName; in SynthesizeBlockHelperFuncs()
HDRewriteModernObjC.cpp480 StringRef funcName, std::string Tag);
482 StringRef funcName, std::string Tag);
487 int i, StringRef funcName,
4226 StringRef funcName, in SynthesizeBlockFunc() argument
4236 funcName.str() + "_block_func_" + utostr(i); in SynthesizeBlockFunc()
4322 StringRef funcName, in SynthesizeBlockHelperFuncs() argument
4327 S += funcName; in SynthesizeBlockHelperFuncs()
4349 S += funcName; in SynthesizeBlockHelperFuncs()