16  static Target TheARMLETarget;
 
   17  return TheARMLETarget;
 
 
   20  static Target TheARMBETarget;
 
   21  return TheARMBETarget;
 
 
   24  static Target TheThumbLETarget;
 
   25  return TheThumbLETarget;
 
 
   28  static Target TheThumbBETarget;
 
   29  return TheThumbBETarget;
 
 
   37                                                   "ARM (big endian)", 
"ARM");
 
   40                                                   "thumb", 
"Thumb", 
"ARM");
 
 
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeARMTargetInfo()
 
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
 
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 & getTheThumbBETarget()
 
Target & getTheARMLETarget()
 
Target & getTheARMBETarget()
 
Target & getTheThumbLETarget()
 
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...