Home
last modified time | relevance | path

Searched defs:isAArch64 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h27 bool isAArch64; variable
184 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h40 bool isAArch64 = false; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DARMWinEH.h434 bool isAArch64; member
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h832 bool isAArch64() const { in isAArch64() function
839 bool isAArch64(int PointerWidth) const { in isAArch64() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1240 def isAArch64(self): member in Base
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp1568 ArgStringList &CmdArgs, bool isAArch64) { in CollectARMPACBTIOptions()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp6710 bool isAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); in canPassInRegisters() local