Searched refs:object_arch (Results 1 – 4 of 4) sorted by relevance
334 ArchSpec object_arch; in GetClangASTContext() local335 if (objfile && objfile->GetArchitecture(object_arch)) in GetClangASTContext()341 if (object_arch.GetTriple().getVendor() == llvm::Triple::Apple in GetClangASTContext()342 && object_arch.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetClangASTContext()344 if (object_arch.GetTriple().getArch() == llvm::Triple::arm || in GetClangASTContext()345 object_arch.GetTriple().getArch() == llvm::Triple::thumb) in GetClangASTContext()347 object_arch.GetTriple().setOS(llvm::Triple::IOS); in GetClangASTContext()351 object_arch.GetTriple().setOS(llvm::Triple::MacOSX); in GetClangASTContext()354 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; variable20597 if (object_arch) in aeabi_set_public_attributes()20600 ARM_MERGE_FEATURE_SETS (flags, flags, *object_arch); in aeabi_set_public_attributes()20802 object_arch = &opt->value; in s_arm_object_arch()