|
LLVM
3.7.0
|
RegisterTarget - Helper template for registering a target, for use in the target's initialization function. More...
#include <TargetRegistry.h>
Public Member Functions | |
| RegisterTarget (Target &T, const char *Name, const char *Desc) | |
Static Public Member Functions | |
| static bool | getArchMatch (Triple::ArchType Arch) |
RegisterTarget - Helper template for registering a target, for use in the target's initialization function.
Usage:
Target TheFooTarget; // The global target instance.
extern "C" void LLVMInitializeFooTargetInfo() { RegisterTarget<Triple::foo> X(TheFooTarget, "foo", "Foo description"); }
Definition at line 870 of file TargetRegistry.h.
|
inline |
Definition at line 871 of file TargetRegistry.h.
References llvm::RegisterTarget< TargetArchType, HasJIT >::getArchMatch(), and llvm::TargetRegistry::RegisterTarget().
|
inlinestatic |
Definition at line 875 of file TargetRegistry.h.
Referenced by llvm::RegisterTarget< TargetArchType, HasJIT >::RegisterTarget().
1.8.6