Home
last modified time | relevance | path

Searched defs:ARM (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMWinEH.cpp12 namespace ARM { namespace
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h22 enum class ISAKind { INVALID = 0, ARM, THUMB, AARCH64 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp30 namespace ARM { namespace
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h57 ARM, ///< ARM EHABI enumerator
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp28 class ARM final : public TargetInfo { class
60 ARM::ARM(Ctx &ctx) : TargetInfo(ctx) { in ARM() function in ARM
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c62 ARM, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h161 using namespace ARM; in isARMLowRegister() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h46 ARM, /// Windows NT (Windows on ARM) enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp113 namespace ARM { namespace
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1409 SemaARM &ARM() { in ARM() function