struct CodeGenOptions::BitcodeFileToLink

Declaration

struct CodeGenOptions::BitcodeFileToLink { /* full declaration omitted */ };

Declared at: clang/include/clang/Basic/CodeGenOptions.h:202

Member Variables

public std::string Filename
The filename of the bitcode file to link in.
public bool PropagateAttrs = false
If true, we set attributes functions in the bitcode library according to our CodeGenOptions, much as we set attrs on functions that we generate ourselves.
public bool Internalize = false
If true, we use LLVM module internalizer.
public unsigned int LinkFlags = 0
Bitwise combination of llvm::Linker::Flags, passed to the LLVM linker.