Searched defs:TargetMachineBuilder (Results 1 – 2 of 2) 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;
53 struct TargetMachineBuilder { struct54 Triple TheTriple;55 std::string MCpu;56 std::string MAttr;57 TargetOptions Options;58 Optional<Reloc::Model> RelocModel;59 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;