Searched refs:object_arch (Results 1 – 4 of 4) sorted by relevance
423 ArchSpec object_arch; in GetClangASTContext() local424 if (objfile && objfile->GetArchitecture(object_arch)) in GetClangASTContext()430 if (object_arch.GetTriple().getVendor() == llvm::Triple::Apple in GetClangASTContext()431 && object_arch.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetClangASTContext()433 if (object_arch.GetTriple().getArch() == llvm::Triple::arm || in GetClangASTContext()434 object_arch.GetTriple().getArch() == llvm::Triple::aarch64 || in GetClangASTContext()435 object_arch.GetTriple().getArch() == llvm::Triple::thumb) in GetClangASTContext()437 object_arch.GetTriple().setOS(llvm::Triple::IOS); in GetClangASTContext()441 object_arch.GetTriple().setOS(llvm::Triple::MacOSX); in GetClangASTContext()444 m_ast->SetArchitecture (object_arch); in GetClangASTContext()
621 @cindex @code{.object_arch} directive, ARM622 @item .object_arch @var{name}
319 * config/tc-arm.c (object_arch): New variable.321 (md_pseudo_table): Add object_arch.322 (aeabi_set_public_attributes): Obey object_arch.323 * doc/c-arm.texi: Document .object_arch.
158 static const arm_feature_set *object_arch = NULL; variable20623 if (object_arch) in aeabi_set_public_attributes()20626 ARM_MERGE_FEATURE_SETS (flags, flags, *object_arch); in aeabi_set_public_attributes()20828 object_arch = &opt->value; in s_arm_object_arch()