Set whether this symbol is known to be local to the linkage unit.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

void
setDSOLocal(bool Local);

Parameters

Name

Description

Local

True if the symbol cannot be preempted at runtime.

Created with MrDocs