Home
last modified time | relevance | path

Searched defs:LLVMTargetMachineOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp35 struct LLVMTargetMachineOptions { struct
36 std::string CPU;
37 std::string Features;
38 std::string ABI;
39 CodeGenOptLevel OL = CodeGenOptLevel::Default;
40 std::optional<Reloc::Model> RM;
41 std::optional<CodeModel::Model> CM;
42 bool JIT;
47 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LLVMTargetMachineOptions, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument