Searched refs:funcName (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/llvm/lib/Target/ |
| HD | TargetLibraryInfo.cpp | 659 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/ |
| HD | TargetLibraryInfo.h | 684 bool getLibFunc(StringRef funcName, LibFunc::Func &F) const;
|
| /trueos/contrib/llvm/lib/Target/CppBackend/ |
| HD | CPPBackend.cpp | 118 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/ |
| HD | Miscompilation.cpp | 860 GlobalVariable *funcName = in CleanupAndPrepareModules() local 871 Value *GEP = ConstantExpr::getGetElementPtr(funcName, GEPargs); in CleanupAndPrepareModules()
|
| /trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| HD | RewriteObjC.cpp | 384 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()
|
| HD | RewriteModernObjC.cpp | 480 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()
|