Home
last modified time | relevance | path

Searched refs:object_arch (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp334 ArchSpec object_arch; in GetClangASTContext() local
335 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()
/trueos/contrib/binutils/gas/doc/
HDc-arm.texi621 @cindex @code{.object_arch} directive, ARM
622 @item .object_arch @var{name}
/trueos/contrib/binutils/gas/
HDChangeLog-2006319 * 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.
/trueos/contrib/binutils/gas/config/
HDtc-arm.c158 static const arm_feature_set *object_arch = NULL; variable
20597 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()