14 static Target TheARMLETarget;
15 return TheARMLETarget;
18 static Target TheARMBETarget;
19 return TheARMBETarget;
22 static Target TheThumbLETarget;
23 return TheThumbLETarget;
26 static Target TheThumbBETarget;
27 return TheThumbBETarget;
34 "ARM (big endian)",
"ARM");
37 "thumb",
"Thumb",
"ARM");
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeARMTargetInfo()
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
#define LLVM_EXTERNAL_VISIBILITY
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getTheThumbBETarget()
Target & getTheARMLETarget()
Target & getTheARMBETarget()
Target & getTheThumbLETarget()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...