Searched refs:object_arch (Results 1 – 9 of 9) sorted by relevance
6 .object_arch i6869 @ CHECK: .object_arch i68612 .object_arch armv4!15 @ CHECK: .object_arch armv4!18 .object_arch, invalid21 @ CHECK: .object_arch, invalid
6 .object_arch armv410 @ CHECK: .object_arch armv4
7 .object_arch armv4
6 .object_arch armv4
51 .object_arch armv7
49 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[__asm__(".arch armv7-a\n.fpu neon\n.object_arch armv4t\nvor…71 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[__asm__(".arch armv6\n.object_arch armv4t\nshadd8 r3,r3,r3"…93 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[__asm__(".arch armv5te\n.object_arch armv4t\nqadd r3,r3,r3"…
330 ArchSpec object_arch; in GetClangASTContext() local331 if (objfile && objfile->GetArchitecture(object_arch)) in GetClangASTContext()337 if (object_arch.GetTriple().getVendor() == llvm::Triple::Apple in GetClangASTContext()338 && object_arch.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetClangASTContext()340 if (object_arch.GetTriple().getArch() == llvm::Triple::arm || in GetClangASTContext()341 object_arch.GetTriple().getArch() == llvm::Triple::thumb) in GetClangASTContext()343 object_arch.GetTriple().setOS(llvm::Triple::IOS); in GetClangASTContext()347 object_arch.GetTriple().setOS(llvm::Triple::MacOSX); in GetClangASTContext()350 m_ast.SetArchitecture (object_arch); in GetClangASTContext()
27 .object_arch armv7
60 .object_arch armv7a