Searched defs:SrcF (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DFunction.cpp304 const Function *SrcF = cast<Function>(Src); local
305 setCallingConv(SrcF->getCallingConv());
306 setAttributes(SrcF->getAttributes());
307 if (SrcF->hasGC())
308 setGC(SrcF->getGC());

Completed in 83 milliseconds