Searched defs:TargetMachineBuilder (Results 1 – 7 of 7) sorted by relevance
35 struct TargetMachineBuilder { struct36 Triple TheTriple;37 std::string MCpu;38 std::string MAttr;39 TargetOptions Options;40 Optional<Reloc::Model> RelocModel;41 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;
36 struct TargetMachineBuilder { struct37 Triple TheTriple;38 std::string MCpu;39 std::string MAttr;40 TargetOptions Options;41 Optional<Reloc::Model> RelocModel;42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
35 struct TargetMachineBuilder { struct36 Triple TheTriple;37 std::string MCpu;38 std::string MAttr;39 TargetOptions Options;40 std::optional<Reloc::Model> RelocModel;41 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Aggressive;
35 struct TargetMachineBuilder { struct36 Triple TheTriple;37 std::string MCpu;38 std::string MAttr;39 TargetOptions Options;40 std::optional<Reloc::Model> RelocModel;41 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;