llvm::Module::setPIELevel

Set the PIE level (small or large model)

Synopsis

Declared in <llvm/IR/Module.h>

void
setPIELevel(PIELevel::Level PL);

Parameters

NameDescription
PLPIE level to record as a module flag.