15 static Target TheX86_32Target;
16 return TheX86_32Target;
19 static Target TheX86_64Target;
20 return TheX86_64Target;
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
#define LLVM_C_ABI
LLVM_C_ABI is the export/visibility macro used to mark symbols declared in llvm-c as exported when bu...
LLVM_C_ABI void LLVMInitializeX86TargetInfo()
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getTheX86_32Target()
Target & getTheX86_64Target()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...