llvm::GlobalValue::setPartition

Set the linker partition name for this global.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

void
setPartition(StringRef Part);

Parameters

NameDescription
PartThe partition name, or empty to clear it.