Searched defs:TargetMachineBuilder (Results 1 – 3 of 3) 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;