Take ownership of the nodes in Other, and append them to the back of the list.

Synopsis

Declared in <llvm/CodeGen/DIE.h>

void
takeValues(DIEValueList& Other);

Parameters

Name

Description

Other

List whose nodes are transferred into this list.

Created with MrDocs