Home | History | Annotate | Download | only in Support

Lines Matching defs:RegisterMCAsmInfo

531     /// RegisterMCAsmInfo - Register a MCAsmInfo implementation for the
540 static void RegisterMCAsmInfo(Target &T, Target::MCAsmInfoCtorFnTy Fn) {
795 /// RegisterMCAsmInfo - Helper template for registering a target assembly info
801 /// RegisterMCAsmInfo<FooMCAsmInfo> X(TheFooTarget);
804 struct RegisterMCAsmInfo {
805 RegisterMCAsmInfo(Target &T) {
806 TargetRegistry::RegisterMCAsmInfo(T, &Allocator);
825 TargetRegistry::RegisterMCAsmInfo(T, Fn);