15 static Target TheAArch64leTarget;
16 return TheAArch64leTarget;
19 static Target TheAArch64beTarget;
20 return TheAArch64beTarget;
23 static Target TheAArch64leTarget;
24 return TheAArch64leTarget;
27 static Target TheARM64Target;
28 return TheARM64Target;
31 static Target TheARM64_32Target;
32 return TheARM64_32Target;
40 "ARM64 (little endian)",
"AArch64",
43 "ARM64 (little endian ILP32)",
"AArch64",
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAArch64TargetInfo()
#define LLVM_EXTERNAL_VISIBILITY
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getTheAArch64beTarget()
Target & getTheAArch64leTarget()
Target & getTheAArch64_32Target()
Target & getTheARM64_32Target()
Target & getTheARM64Target()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...
static LLVM_ABI void RegisterTarget(Target &T, const char *Name, const char *ShortDesc, const char *BackendName, Target::ArchMatchFnTy ArchMatchFn, bool HasJIT=false)
RegisterTarget - Register the given target.