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< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
#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 LLVMInitializeRISCVTargetInfo()
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...