Searched defs:RegisterTarget (Results 1 – 2 of 2) sorted by relevance
88 void TargetRegistry::RegisterTarget(Target &T, const char *Name, in RegisterTarget() function in TargetRegistry
981 struct RegisterTarget { struct982 RegisterTarget(Target &T, const char *Name, const char *Desc, in RegisterTarget() argument988 static bool getArchMatch(Triple::ArchType Arch) { in getArchMatch()