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

12using namespace llvm;

13

15 static Target TheX86_32Target;

16 return TheX86_32Target;

17}

19 static Target TheX86_64Target;

20 return TheX86_64Target;

21}

22

static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")

static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")

#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()

Definition X86TargetInfo.cpp:23

Target - Wrapper for Target specific information.

This is an optimization pass for GlobalISel generic memory operations.

Target & getTheX86_32Target()

Definition X86TargetInfo.cpp:14

Target & getTheX86_64Target()

Definition X86TargetInfo.cpp:18

RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...