clang: clang::CodeGenOptions::BitcodeFileToLink Struct Reference (original) (raw)

#include "[clang/Basic/CodeGenOptions.h](CodeGenOptions%5F8h%5Fsource.html)"

Public Attributes
std::string Filename
The filename of the bitcode file to link in.
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.
bool Internalize = false
If true, we use LLVM module internalizer.
unsigned LinkFlags = 0
Bitwise combination of llvm::Linker::Flags, passed to the LLVM linker.

Definition at line 230 of file CodeGenOptions.h.

Filename

std::string clang::CodeGenOptions::BitcodeFileToLink::Filename

Internalize

bool clang::CodeGenOptions::BitcodeFileToLink::Internalize = false

LinkFlags

unsigned clang::CodeGenOptions::BitcodeFileToLink::LinkFlags = 0

Bitwise combination of llvm::Linker::Flags, passed to the LLVM linker.

Definition at line 240 of file CodeGenOptions.h.

PropagateAttrs

bool clang::CodeGenOptions::BitcodeFileToLink::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.

Definition at line 236 of file CodeGenOptions.h.


The documentation for this struct was generated from the following file: