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.cpp510 Error linkGlobalValueBody(GlobalValue &Dst, GlobalValue &Src);
647 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
1161 Error IRLinker::linkGlobalValueBody(GlobalValue &Dst, GlobalValue &Src) { in linkGlobalValueBody() function in IRLinker