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