15 static Target TheRISCV32Target;
16 return TheRISCV32Target;
20 static Target TheRISCV64Target;
21 return TheRISCV64Target;
27 "32-bit RISC-V",
"RISCV");
29 "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.