Searched refs:linkFunctionBody (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Linker/
H A DLinkModules.cpp395 void linkFunctionBody(Function *Dst, Function *Src);
805 // linkFunctionBody - Copy the source function over into the dest function and
808 void ModuleLinker::linkFunctionBody(Function *Dst, Function *Src) { function in class:ModuleLinker
966 linkFunctionBody(cast<Function>(ValueMap[SF]), SF);

Completed in 89 milliseconds