Searched refs:TargetFunc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 50 const Function *TargetFunc, in computeSignatureVTs() argument 78 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs() 82 for (const auto &Arg : TargetFunc->args()) { in computeSignatureVTs()
|
| H A D | WebAssemblyMachineFunctionInfo.h | 174 void computeSignatureVTs(const FunctionType *Ty, const Function *TargetFunc,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | extend.texi | 2925 #define StrongAlias(TargetFunc, AliasDecl) \ 2926 extern __typeof__ (TargetFunc) AliasDecl \ 2927 __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));
|
| H A D | gcc.info | 34881 #define StrongAlias(TargetFunc, AliasDecl) \ 34882 extern __typeof__ (TargetFunc) AliasDecl \ 34883 __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | extend.texi | 2821 #define StrongAlias(TargetFunc, AliasDecl) \ 2822 extern __typeof__ (TargetFunc) AliasDecl \ 2823 __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));
|
| H A D | gcc.info | 31698 #define StrongAlias(TargetFunc, AliasDecl) \ 31699 extern __typeof__ (TargetFunc) AliasDecl \ 31700 __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));
|