Home | History | Annotate | Download | only in Driver

Lines Matching defs:Arch

252         llvm::Triple::ArchType Arch =
255 if (Arch == llvm::Triple::UnknownArch)
258 CCCClangArchs.insert(Arch);
610 llvm::Triple::ArchType Arch =
612 if (Arch == llvm::Triple::UnknownArch) {
624 // When there is no explicit arch for this platform, make sure we still bind
643 // Add in arch bindings for every top level action, as well as lipo and
651 // changing the output names to include the arch, which would also fix
665 // Lipo if necessary, we do it this way because we need to set the arch flag
1153 std::string Arch;