Home | History | Annotate | Download | only in Driver

Lines Matching defs:Arch

477   // Don't attempt to generate preprocessed files if multiple -arch options are
491 "preprocessed source with multiple -arch options.";
890 llvm::Triple::ArchType Arch =
892 if (Arch == llvm::Triple::UnknownArch) {
904 // When there is no explicit arch for this platform, make sure we still bind
912 // Add in arch bindings for every top level action, as well as lipo and
920 // changing the output names to include the arch, which would also fix
934 // Lipo if necessary, we do it this way because we need to set the arch flag
1802 // If an explict Darwin arch name is given, that trumps all.
1809 // Handle the Darwin '-arch' flag.