LLVM: lib/Target/X86/TargetInfo/X86TargetInfo.cpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
11using namespace llvm;
12
14 static Target TheX86_32Target;
15 return TheX86_32Target;
16}
18 static Target TheX86_64Target;
19 return TheX86_64Target;
20}
21
24 getTheX86_32Target(), "x86", "32-bit X86: Pentium-Pro and above", "X86");
25
27 getTheX86_64Target(), "x86-64", "64-bit X86: EM64T and AMD64", "X86");
28}
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
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...