Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp518 Function *copyFunctionProto(const Function *SF);
689 Function *IRLinker::copyFunctionProto(const Function *SF) { in copyFunctionProto() function in IRLinker
732 NewGV = copyFunctionProto(SF); in copyGlobalValueProto()