Searched defs:funcName (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 939 sanitizeFunctionName(StringRef funcName) sanitizeFunctionName() argument 960 getLibFunc(StringRef funcName,LibFunc & F) const getLibFunc() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 352 getLibFunc(StringRef funcName,LibFunc & F) getLibFunc() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 848 GlobalVariable *funcName = new GlobalVariable( in CleanupAndPrepareModules() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3253 StringRef funcName, in SynthesizeBlockFunc() 3345 StringRef funcName, in SynthesizeBlockHelperFuncs()
|
H A D | RewriteModernObjC.cpp | 4039 SynthesizeBlockFunc(BlockExpr * CE,int i,StringRef funcName,std::string Tag) SynthesizeBlockFunc() argument 4135 SynthesizeBlockHelperFuncs(BlockExpr * CE,int i,StringRef funcName,std::string Tag) SynthesizeBlockHelperFuncs() argument
|