llvm::BitcodeModule::setModuleIdentifier

Assign a new module identifier to this bitcode module.

Synopsis

Declared in <llvm/Bitcode/BitcodeReader.h>

void
setModuleIdentifier(llvm::StringRef ModuleId);

Parameters

NameDescription
ModuleIdNew identifier string to associate with this module.