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 304 const Function *SrcF = cast<Function>(Src);
305 setCallingConv(SrcF->getCallingConv());
306 setAttributes(SrcF->getAttributes());
307 if (SrcF->hasGC())
308 setGC(SrcF->getGC());
  /external/llvm/lib/Linker/
LinkModules.cpp 390 bool linkFunctionProto(Function *SrcF);
    [all...]

Completed in 34 milliseconds