14 static Target TheRISCV32Target;
15 return TheRISCV32Target;
19 static Target TheRISCV64Target;
20 return TheRISCV64Target;
25 "32-bit RISC-V",
"RISCV");
27 "64-bit RISC-V",
"RISCV");
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
This class represents lattice values for constants.
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
Target & getTheRISCV32Target()
void LLVMInitializeRISCVTargetInfo()
Target & getTheRISCV64Target()
Target - Wrapper for Target specific information.