LLVM: llvm::LLVMTargetMachineOptions Struct Reference (original) (raw)

Options for LLVMCreateTargetMachine(). More...

Public Attributes
std::string CPU
std::string Features
std::string ABI
CodeGenOptLevel OL = CodeGenOptLevel::Default
std::optional< Reloc::Model > RM
std::optional< CodeModel::Model > CM
bool JIT

ABI

std::string llvm::LLVMTargetMachineOptions::ABI

CM

CPU

std::string llvm::LLVMTargetMachineOptions::CPU

Features

std::string llvm::LLVMTargetMachineOptions::Features

JIT

bool llvm::LLVMTargetMachineOptions::JIT

OL

RM

std::optional<Reloc::Model> llvm::LLVMTargetMachineOptions::RM


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