15 static Target ThePPC32Target;
16 return ThePPC32Target;
19 static Target ThePPC32LETarget;
20 return ThePPC32LETarget;
23 static Target ThePPC64Target;
24 return ThePPC64Target;
27 static Target ThePPC64LETarget;
28 return ThePPC64LETarget;
#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")
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializePowerPCTargetInfo()
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getThePPC64LETarget()
Target & getThePPC32Target()
Target & getThePPC64Target()
Target & getThePPC32LETarget()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...