Searched defs:LLVMTargetMachineOptions (Results 1 – 1 of 1) sorted by relevance
35 struct LLVMTargetMachineOptions { struct36 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