HomeSort by relevance Sort by last modified time
    Searched refs:SrcF (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Function.cpp 306 const Function *SrcF = cast<Function>(Src);
307 setCallingConv(SrcF->getCallingConv());
308 setAttributes(SrcF->getAttributes());
309 if (SrcF->hasGC())
310 setGC(SrcF->getGC());
  /external/llvm/lib/Linker/
LinkModules.cpp 432 bool linkFunctionProto(Function *SrcF);
    [all...]

Completed in 38 milliseconds