Home
last modified time | relevance | path

Searched refs:SrcF (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
DFunction.cpp306 const Function *SrcF = cast<Function>(Src); in copyAttributesFrom() local
307 setCallingConv(SrcF->getCallingConv()); in copyAttributesFrom()
308 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()
309 if (SrcF->hasGC()) in copyAttributesFrom()
310 setGC(SrcF->getGC()); in copyAttributesFrom()
/external/llvm/lib/Linker/
DLinkModules.cpp432 bool linkFunctionProto(Function *SrcF);