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

  /external/llvm/lib/IR/
Function.cpp 331 const Function *SrcF = cast<Function>(Src);
332 setCallingConv(SrcF->getCallingConv());
333 setAttributes(SrcF->getAttributes());
334 if (SrcF->hasGC())
335 setGC(SrcF->getGC());
  /external/llvm/lib/Linker/
LinkModules.cpp 427 bool linkFunctionProto(Function *SrcF);
    [all...]

Completed in 149 milliseconds