15 static Target TheARMLETarget;
16 return TheARMLETarget;
19 static Target TheARMBETarget;
20 return TheARMBETarget;
23 static Target TheThumbLETarget;
24 return TheThumbLETarget;
27 static Target TheThumbBETarget;
28 return TheThumbBETarget;
35 "ARM (big endian)",
"ARM");
38 "thumb",
"Thumb",
"ARM");
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
This class represents lattice values for constants.
Target & getTheThumbLETarget()
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
Target & getTheARMBETarget()
void LLVMInitializeARMTargetInfo()
Target & getTheThumbBETarget()
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
Target - Wrapper for Target specific information.
Target & getTheARMLETarget()