15  static Target TheRISCV32Target;
 
   16  return TheRISCV32Target;
 
 
   20  static Target TheRISCV64Target;
 
   21  return TheRISCV64Target;
 
 
   25  static Target TheRISCV32beTarget;
 
   26  return TheRISCV32beTarget;
 
 
   30  static Target TheRISCV64beTarget;
 
   31  return TheRISCV64beTarget;
 
 
   41                                      "32-bit big endian RISC-V", 
"RISCV");
 
   43                                      "64-bit big endian RISC-V", 
"RISCV");
 
 
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 LLVMInitializeRISCVTargetInfo()
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 & getTheRISCV32Target()
Target & getTheRISCV64beTarget()
Target & getTheRISCV64Target()
Target & getTheRISCV32beTarget()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...