15 static Target TheMipsTarget;
19 static Target TheMipselTarget;
20 return TheMipselTarget;
23 static Target TheMips64Target;
24 return TheMips64Target;
27 static Target TheMips64elTarget;
28 return TheMips64elTarget;
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
#define LLVM_EXTERNAL_VISIBILITY
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMipsTargetInfo()
static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")
static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getTheMips64Target()
Target & getTheMips64elTarget()
Target & getTheMipselTarget()
Target & getTheMipsTarget()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...