Home
last modified time | relevance | path

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

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