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 347 const Function *SrcF = cast<Function>(Src);
348 setCallingConv(SrcF->getCallingConv());
349 setAttributes(SrcF->getAttributes());
350 if (SrcF->hasGC())
351 setGC(SrcF->getGC());
  /external/llvm/lib/Linker/
LinkModules.cpp 457 bool linkFunctionProto(Function *SrcF);
    [all...]

Completed in 51 milliseconds