|
clang 22.0.0git
|
#include "clang/Basic/CodeGenOptions.h"
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 279 of file CodeGenOptions.h.
| std::string clang::CodeGenOptions::BitcodeFileToLink::Filename |
The filename of the bitcode file to link in.
Definition at line 281 of file CodeGenOptions.h.
If true, we use LLVM module internalizer.
Definition at line 287 of file CodeGenOptions.h.
| unsigned clang::CodeGenOptions::BitcodeFileToLink::LinkFlags = 0 |
Bitwise combination of llvm::Linker::Flags, passed to the LLVM linker.
Definition at line 289 of file CodeGenOptions.h.
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 285 of file CodeGenOptions.h.