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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp493 Error linkFunctionBody(Function &Dst, Function &Src);
726 // be mapped in during linkFunctionBody.
1061 Error IRLinker::linkFunctionBody(Function &Dst, Function &Src) { function in class:IRLinker
1096 return linkFunctionBody(cast<Function>(Dst), *F);

Completed in 54 milliseconds