Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp50 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 DWebAssemblyMachineFunctionInfo.h174 void computeSignatureVTs(const FunctionType *Ty, const Function *TargetFunc,
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi2925 #define StrongAlias(TargetFunc, AliasDecl) \
2926 extern __typeof__ (TargetFunc) AliasDecl \
2927 __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));
H A Dgcc.info34881 #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 Dextend.texi2821 #define StrongAlias(TargetFunc, AliasDecl) \
2822 extern __typeof__ (TargetFunc) AliasDecl \
2823 __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));
H A Dgcc.info31698 #define StrongAlias(TargetFunc, AliasDecl) \
31699 extern __typeof__ (TargetFunc) AliasDecl \
31700 __attribute__ ((alias (#TargetFunc), copy (TargetFunc)));