Home
last modified time | relevance | path

Searched refs:linkGlobalValueBody (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp405 Error linkGlobalValueBody(GlobalValue &Dst, GlobalValue &Src);
546 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
1052 Error IRLinker::linkGlobalValueBody(GlobalValue &Dst, GlobalValue &Src) { in linkGlobalValueBody() function in IRLinker