15 static Target TheBPFleTarget;
16 return TheBPFleTarget;
19 static Target TheBPFbeTarget;
20 return TheBPFbeTarget;
23 static Target TheBPFTarget;
34 "BPF (big endian)",
"BPF");
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeBPFTargetInfo()
#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")
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getTheBPFleTarget()
Target & getTheBPFbeTarget()
Target & getTheBPFTarget()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...
static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc, const char *BackendName, Target::ArchMatchFnTy ArchMatchFn, bool HasJIT=false)
RegisterTarget - Register the given target.