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 373 const Function *SrcF = cast<Function>(Src);
374 setCallingConv(SrcF->getCallingConv());
375 setAttributes(SrcF->getAttributes());
376 if (SrcF->hasGC())
377 setGC(SrcF->getGC());
380 if (SrcF->hasPrefixData())
381 setPrefixData(SrcF->getPrefixData());
  /external/llvm/lib/Linker/
LinkModules.cpp 474 bool linkFunctionProto(Function *SrcF);
    [all...]

Completed in 704 milliseconds