llvm::ThinLTOCodeGenerator::addModule

Add given module to the code generator.

Synopsis

Declared in <llvm/LTO/legacy/ThinLTOCodeGenerator.h>

void
addModule(
    StringRef Identifier,
    StringRef Data);

Parameters

NameDescription
IdentifierModule identifier used for ThinLTO bookkeeping.
DataBitcode buffer contents for the module.