Move‐assign this lazy call graph from RHS.

Synopsis

Declared in <llvm/Analysis/LazyCallGraph.h>

LazyCallGraph&
operator=(LazyCallGraph&& RHS);

Return Value

A reference to this call graph after the move.

Parameters

Name

Description

RHS

Call graph to move from.

Created with MrDocs