Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h27 bool isAArch64; variable
186 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h40 bool isAArch64 = false; variable
/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h434 bool isAArch64; member
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h911 bool isAArch64() const { isAArch64() function
918 bool isAArch64(int PointerWidth) const { isAArch64() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h793 bool isAArch64() const { scopeLock() function
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1333 def isAArch64(self): global() member in Base
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1488 CollectARMPACBTIOptions(const ToolChain & TC,const ArgList & Args,ArgStringList & CmdArgs,bool isAArch64) CollectARMPACBTIOptions() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6762 bool isAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); canPassInRegisters() local