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;
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...
Target & getTheThumbLETarget()
Target & getTheARMBETarget()
void LLVMInitializeARMTargetInfo()
Target & getTheThumbBETarget()
static GCRegistry::Add< OcamlGC > B("ocaml","ocaml 3.10-compatible GC")
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang","erlang-compatible garbage collector")
Target - Wrapper for Target specific information.
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml","ocaml 3.10-compatible collector")
Target & getTheARMLETarget()
static GCRegistry::Add< ErlangGC > A("erlang","erlang-compatible garbage collector")